Html Css Color HEX #BF530B Tenne (Tawny)

📋 copy color: '#BF530B'

red 191 ◦ green 83 ◦ blue 11

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

Shades of Tenne (Tawny) #BF530B

Tints of Tenne (Tawny) #BF530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 67.02%
G = 29.12%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF530B (or 0xBF530B) is known color: Tenne (Tawny). HEX triplet: BF, 53 and 0B. RGB value is (191,83,11). Sum of RGB (Red+Green+Blue) = 191+83+11=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF530B is #40ACF4. Grayscale: #6B6B6B. Windows color (decimal): -4238581 or 742335. OLE color: 742335.

HSL color Cylindrical-coordinate representation of color #BF530B: hue angle of 24º 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 #BF530B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 83 11 -
CMYK 0 0.57 0.94 0.25
HSL 24º 0.89% 0.4% -
HSV(B) 24º 0.94% 0.75% -
XYZ 24.64 17.29 2.35 -
YUV 107.08 73.78 187.85 -
System Red Green Blue C M Y K H S L
Decimal 191 83 11 0 0.57 0.94 0.25 24 0.89 0.4
Hex BF 53 B 0 39 5E 19 18 59 28
Octal 277 123 13 0 71 136 31 30 131 50
Binary 10111111 1010011 1011 0 111001 1011110 11001 11000 1011001 101000

Color Harmonies of #BF530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF530B

Black with #BF530B

Text Example


Text Example

White with #BF530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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