Html Css Color HEX #BF5C08 Tenne (Tawny)

📋 copy color: '#BF5C08'

red 191 ◦ green 92 ◦ blue 8

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

Shades of Tenne (Tawny) #BF5C08

Tints of Tenne (Tawny) #BF5C08

RGB

 RED value IS 191 (75% from 255) = 65.64%

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

 BLUE value IS 8 (3.52% from 255) = 2.75%

R = 65.64%
G = 31.62%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF5C08 (or 0xBF5C08) is known color: Tenne (Tawny). HEX triplet: BF, 5C and 08. RGB value is (191,92,8). Sum of RGB (Red+Green+Blue) = 191+92+8=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5C08 is #40A3F7. Grayscale: #707070. Windows color (decimal): -4236280 or 548031. OLE color: 548031.

HSL color Cylindrical-coordinate representation of color #BF5C08: hue angle of 27.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF5C08 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 92 8 -
CMYK 0 0.52 0.96 0.25
HSL 27.54º 0.92% 0.39% -
HSV(B) 27.54º 0.96% 0.75% -
XYZ 25.36 18.75 2.51 -
YUV 112.03 69.3 184.33 -
System Red Green Blue C M Y K H S L
Decimal 191 92 8 0 0.52 0.96 0.25 27.54 0.92 0.39
Hex BF 5C 8 0 34 60 19 1C 5C 27
Octal 277 134 10 0 64 140 31 34 134 47
Binary 10111111 1011100 1000 0 110100 1100000 11001 11100 1011100 100111

Color Harmonies of #BF5C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C08

Black with #BF5C08

Text Example


Text Example

White with #BF5C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C08; }

 p { color: rgb(191,92,8); }

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

background-color css

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

 a { background-color: rgb(191,92,8); }

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

border-color css

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

 span { border-color: rgb(191,92,8); }

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