Html Css Color HEX #BB5D05 Tenne (Tawny)

📋 copy color: '#BB5D05'

red 187 ◦ green 93 ◦ blue 5

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

Shades of Tenne (Tawny) #BB5D05

Tints of Tenne (Tawny) #BB5D05

RGB

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

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

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

R = 65.61%
G = 32.63%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB5D05 (or 0xBB5D05) is known color: Tenne (Tawny). HEX triplet: BB, 5D and 05. RGB value is (187,93,5). Sum of RGB (Red+Green+Blue) = 187+93+5=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5D05 is #44A2FA. Grayscale: #6F6F6F. Windows color (decimal): -4498171 or 351675. OLE color: 351675.

HSL color Cylindrical-coordinate representation of color #BB5D05: hue angle of 29.01º 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 #BB5D05 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 5 -
CMYK 0 0.50 0.97 0.27
HSL 29.01º 0.95% 0.38% -
HSV(B) 29.01º 0.97% 0.73% -
XYZ 24.44 18.4 2.41 -
YUV 111.07 68.14 182.16 -
System Red Green Blue C M Y K H S L
Decimal 187 93 5 0 0.50 0.97 0.27 29.01 0.95 0.38
Hex BB 5D 5 0 32 61 1B 1D 5F 26
Octal 273 135 5 0 62 141 33 35 137 46
Binary 10111011 1011101 101 0 110010 1100001 11011 11101 1011111 100110

Color Harmonies of #BB5D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D05

Black with #BB5D05

Text Example


Text Example

White with #BB5D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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