Html Css Color HEX #BF5C0B Tenne (Tawny)

📋 copy color: '#BF5C0B'

red 191 ◦ green 92 ◦ blue 11

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

Shades of Tenne (Tawny) #BF5C0B

Tints of Tenne (Tawny) #BF5C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 64.97%
G = 31.29%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF5C0B (or 0xBF5C0B) is known color: Tenne (Tawny). HEX triplet: BF, 5C and 0B. RGB value is (191,92,11). Sum of RGB (Red+Green+Blue) = 191+92+11=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5C0B is #40A3F4. Grayscale: #707070. Windows color (decimal): -4236277 or 744639. OLE color: 744639.

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

Color convert

RGB 191 92 11 -
CMYK 0 0.52 0.94 0.25
HSL 27º 0.89% 0.4% -
HSV(B) 27º 0.94% 0.75% -
XYZ 25.37 18.75 2.6 -
YUV 112.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 191 92 11 0 0.52 0.94 0.25 27 0.89 0.4
Hex BF 5C B 0 34 5E 19 1B 59 28
Octal 277 134 13 0 64 136 31 33 131 50
Binary 10111111 1011100 1011 0 110100 1011110 11001 11011 1011001 101000

Color Harmonies of #BF5C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C0B

Black with #BF5C0B

Text Example


Text Example

White with #BF5C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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