Html Css Color HEX #BD600C Tenne (Tawny)

📋 copy color: '#BD600C'

red 189 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #BD600C

Tints of Tenne (Tawny) #BD600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 63.64%
G = 32.32%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD600C (or 0xBD600C) is known color: Tenne (Tawny). HEX triplet: BD, 60 and 0C. RGB value is (189,96,12). Sum of RGB (Red+Green+Blue) = 189+96+12=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD600C is #429FF3. Grayscale: #727272. Windows color (decimal): -4366324 or 811197. OLE color: 811197.

HSL color Cylindrical-coordinate representation of color #BD600C: hue angle of 28.47º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD600C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 96 12 -
CMYK 0 0.49 0.94 0.26
HSL 28.47º 0.88% 0.39% -
HSV(B) 28.47º 0.94% 0.74% -
XYZ 25.24 19.21 2.73 -
YUV 114.23 70.31 181.33 -
System Red Green Blue C M Y K H S L
Decimal 189 96 12 0 0.49 0.94 0.26 28.47 0.88 0.39
Hex BD 60 C 0 31 5E 1A 1C 58 27
Octal 275 140 14 0 61 136 32 34 130 47
Binary 10111101 1100000 1100 0 110001 1011110 11010 11100 1011000 100111

Color Harmonies of #BD600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD600C

Black with #BD600C

Text Example


Text Example

White with #BD600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD600C; }

 p { color: rgb(189,96,12); }

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

background-color css

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

 a { background-color: rgb(189,96,12); }

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

border-color css

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

 span { border-color: rgb(189,96,12); }

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