Html Css Color HEX #BF5D09 Tenne (Tawny)

📋 copy color: '#BF5D09'

red 191 ◦ green 93 ◦ blue 9

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

Shades of Tenne (Tawny) #BF5D09

Tints of Tenne (Tawny) #BF5D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

 BLUE value IS 9 (3.91% from 255) = 3.07%

R = 65.19%
G = 31.74%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF5D09 (or 0xBF5D09) is known color: Tenne (Tawny). HEX triplet: BF, 5D and 09. RGB value is (191,93,9). Sum of RGB (Red+Green+Blue) = 191+93+9=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D09 is #40A2F6. Grayscale: #717171. Windows color (decimal): -4236023 or 613823. OLE color: 613823.

HSL color Cylindrical-coordinate representation of color #BF5D09: hue angle of 27.69º degrees, saturation: 0.91, 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 #BF5D09 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 93 9 -
CMYK 0 0.51 0.95 0.25
HSL 27.69º 0.91% 0.39% -
HSV(B) 27.69º 0.95% 0.75% -
XYZ 25.45 18.92 2.57 -
YUV 112.73 69.47 183.83 -
System Red Green Blue C M Y K H S L
Decimal 191 93 9 0 0.51 0.95 0.25 27.69 0.91 0.39
Hex BF 5D 9 0 33 5F 19 1C 5B 27
Octal 277 135 11 0 63 137 31 34 133 47
Binary 10111111 1011101 1001 0 110011 1011111 11001 11100 1011011 100111

Color Harmonies of #BF5D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D09

Black with #BF5D09

Text Example


Text Example

White with #BF5D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D09; }

 p { color: rgb(191,93,9); }

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

background-color css

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

 a { background-color: rgb(191,93,9); }

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

border-color css

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

 span { border-color: rgb(191,93,9); }

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