Html Css Color HEX #BD620D Tenne (Tawny)

📋 copy color: '#BD620D'

red 189 ◦ green 98 ◦ blue 13

#BD620D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BD620D

Tints of Tenne (Tawny) #BD620D

RGB

 RED value IS 189 (74.22% from 255) = 63%

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 63%
G = 32.67%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD620D (or 0xBD620D) is known color: Tenne (Tawny). HEX triplet: BD, 62 and 0D. RGB value is (189,98,13). Sum of RGB (Red+Green+Blue) = 189+98+13=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD620D is #429DF2. Grayscale: #737373. Windows color (decimal): -4365811 or 877245. OLE color: 877245.

HSL color Cylindrical-coordinate representation of color #BD620D: hue angle of 28.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD620D is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 13 -
CMYK 0 0.48 0.93 0.26
HSL 28.98º 0.87% 0.4% -
HSV(B) 28.98º 0.93% 0.74% -
XYZ 25.43 19.58 2.82 -
YUV 115.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 189 98 13 0 0.48 0.93 0.26 28.98 0.87 0.4
Hex BD 62 D 0 30 5D 1A 1D 57 28
Octal 275 142 15 0 60 135 32 35 127 50
Binary 10111101 1100010 1101 0 110000 1011101 11010 11101 1010111 101000

Color Harmonies of #BD620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD620D

Black with #BD620D

Text Example


Text Example

White with #BD620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD620D; }

 p { color: rgb(189,98,13); }

 H1.HeaderClassName
 {
   color: #BD620D;
 }
 .AnyTagClassName
 {
   color: #BD620D;
 }
</style>

background-color css

<style>
 a { background-color: #BD620D; }

 a { background-color: rgb(189,98,13); }

 div.DivClassName
 {
   background-color: #BD620D;
 }
 .BgClassName
 {
   background-color: #BD620D;
 }
</style>

border-color css

<style>
 span { border-color: #BD620D; }

 span { border-color: rgb(189,98,13); }

 td.TdClassName
 {
   border-color: #BD620D;
 }
 .TagClassName
 {
   border-color: #BD620D;
 }
</style>