Html Css Color HEX #BD5C0F Tenne (Tawny)

📋 copy color: '#BD5C0F'

red 189 ◦ green 92 ◦ blue 15

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

Shades of Tenne (Tawny) #BD5C0F

Tints of Tenne (Tawny) #BD5C0F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 63.85%
G = 31.08%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD5C0F (or 0xBD5C0F) is known color: Tenne (Tawny). HEX triplet: BD, 5C and 0F. RGB value is (189,92,15). Sum of RGB (Red+Green+Blue) = 189+92+15=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5C0F is #42A3F0. Grayscale: #707070. Windows color (decimal): -4367345 or 1006781. OLE color: 1006781.

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

Color convert

RGB 189 92 15 -
CMYK 0 0.51 0.92 0.26
HSL 26.55º 0.85% 0.4% -
HSV(B) 26.55º 0.92% 0.74% -
XYZ 24.9 18.51 2.71 -
YUV 112.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 189 92 15 0 0.51 0.92 0.26 26.55 0.85 0.4
Hex BD 5C F 0 33 5C 1A 1B 55 28
Octal 275 134 17 0 63 134 32 33 125 50
Binary 10111101 1011100 1111 0 110011 1011100 11010 11011 1010101 101000

Color Harmonies of #BD5C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C0F

Black with #BD5C0F

Text Example


Text Example

White with #BD5C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C0F; }

 p { color: rgb(189,92,15); }

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

background-color css

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

 a { background-color: rgb(189,92,15); }

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

border-color css

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

 span { border-color: rgb(189,92,15); }

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