Html Css Color HEX #BB5905 Tenne (Tawny)

📋 copy color: '#BB5905'

red 187 ◦ green 89 ◦ blue 5

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

Shades of Tenne (Tawny) #BB5905

Tints of Tenne (Tawny) #BB5905

RGB

 RED value IS 187 (73.44% from 255) = 66.55%

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 66.55%
G = 31.67%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB5905 (or 0xBB5905) is known color: Tenne (Tawny). HEX triplet: BB, 59 and 05. RGB value is (187,89,5). Sum of RGB (Red+Green+Blue) = 187+89+5=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5905 is #44A6FA. Grayscale: #6D6D6D. Windows color (decimal): -4499195 or 350651. OLE color: 350651.

HSL color Cylindrical-coordinate representation of color #BB5905: hue angle of 27.69º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB5905 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 89 5 -
CMYK 0 0.52 0.97 0.27
HSL 27.69º 0.95% 0.38% -
HSV(B) 27.69º 0.97% 0.73% -
XYZ 24.09 17.72 2.29 -
YUV 108.73 69.47 183.83 -
System Red Green Blue C M Y K H S L
Decimal 187 89 5 0 0.52 0.97 0.27 27.69 0.95 0.38
Hex BB 59 5 0 34 61 1B 1C 5F 26
Octal 273 131 5 0 64 141 33 34 137 46
Binary 10111011 1011001 101 0 110100 1100001 11011 11100 1011111 100110

Color Harmonies of #BB5905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5905

Black with #BB5905

Text Example


Text Example

White with #BB5905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5905; }

 p { color: rgb(187,89,5); }

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

background-color css

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

 a { background-color: rgb(187,89,5); }

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

border-color css

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

 span { border-color: rgb(187,89,5); }

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