Html Css Color HEX #BB5104 Tenne (Tawny)

📋 copy color: '#BB5104'

red 187 ◦ green 81 ◦ blue 4

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

Shades of Tenne (Tawny) #BB5104

Tints of Tenne (Tawny) #BB5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 68.75%
G = 29.78%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5104 (or 0xBB5104) is known color: Tenne (Tawny). HEX triplet: BB, 51 and 04. RGB value is (187,81,4). Sum of RGB (Red+Green+Blue) = 187+81+4=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5104 is #44AEFB. Grayscale: #686868. Windows color (decimal): -4501244 or 283067. OLE color: 283067.

HSL color Cylindrical-coordinate representation of color #BB5104: hue angle of 25.25º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB5104 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 4 -
CMYK 0 0.57 0.98 0.27
HSL 25.25º 0.96% 0.37% -
HSV(B) 25.25º 0.98% 0.73% -
XYZ 23.46 16.46 2.06 -
YUV 103.92 71.62 187.26 -
System Red Green Blue C M Y K H S L
Decimal 187 81 4 0 0.57 0.98 0.27 25.25 0.96 0.37
Hex BB 51 4 0 39 62 1B 19 60 25
Octal 273 121 4 0 71 142 33 31 140 45
Binary 10111011 1010001 100 0 111001 1100010 11011 11001 1100000 100101

Color Harmonies of #BB5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5104

Black with #BB5104

Text Example


Text Example

White with #BB5104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5104; }

 p { color: rgb(187,81,4); }

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

background-color css

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

 a { background-color: rgb(187,81,4); }

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

border-color css

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

 span { border-color: rgb(187,81,4); }

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