Html Css Color HEX #BF5C0A Tenne (Tawny)

📋 copy color: '#BF5C0A'

red 191 ◦ green 92 ◦ blue 10

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

Shades of Tenne (Tawny) #BF5C0A

Tints of Tenne (Tawny) #BF5C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.41%

R = 65.19%
G = 31.4%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF5C0A (or 0xBF5C0A) is known color: Tenne (Tawny). HEX triplet: BF, 5C and 0A. RGB value is (191,92,10). Sum of RGB (Red+Green+Blue) = 191+92+10=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5C0A is #40A3F5. Grayscale: #707070. Windows color (decimal): -4236278 or 679103. OLE color: 679103.

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

Color convert

RGB 191 92 10 -
CMYK 0 0.52 0.95 0.25
HSL 27.18º 0.9% 0.39% -
HSV(B) 27.18º 0.95% 0.75% -
XYZ 25.37 18.75 2.57 -
YUV 112.25 70.3 184.17 -
System Red Green Blue C M Y K H S L
Decimal 191 92 10 0 0.52 0.95 0.25 27.18 0.9 0.39
Hex BF 5C A 0 34 5F 19 1B 5A 27
Octal 277 134 12 0 64 137 31 33 132 47
Binary 10111111 1011100 1010 0 110100 1011111 11001 11011 1011010 100111

Color Harmonies of #BF5C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C0A

Black with #BF5C0A

Text Example


Text Example

White with #BF5C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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