Html Css Color HEX #BB9035 Hokey Pokey

📋 copy color: '#BB9035'

red 187 ◦ green 144 ◦ blue 53

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

Shades of Hokey Pokey #BB9035

Tints of Hokey Pokey #BB9035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

 BLUE value IS 53 (21.09% from 255) = 13.8%

R = 48.7%
G = 37.5%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB9035 (or 0xBB9035) is known color: Hokey Pokey. HEX triplet: BB, 90 and 35. RGB value is (187,144,53). Sum of RGB (Red+Green+Blue) = 187+144+53=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9035 is #446FCA. Grayscale: #929292. Windows color (decimal): -4485067 or 3510459. OLE color: 3510459.

HSL color Cylindrical-coordinate representation of color #BB9035: hue angle of 40.75º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB9035 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 144 53 -
CMYK 0 0.23 0.72 0.27
HSL 40.75º 0.56% 0.47% -
HSV(B) 40.75º 0.72% 0.73% -
XYZ 31.11 30.77 7.67 -
YUV 146.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 187 144 53 0 0.23 0.72 0.27 40.75 0.56 0.47
Hex BB 90 35 0 17 48 1B 29 38 2F
Octal 273 220 65 0 27 110 33 51 70 57
Binary 10111011 10010000 110101 0 10111 1001000 11011 101001 111000 101111

Color Harmonies of #BB9035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9035

Black with #BB9035

Text Example


Text Example

White with #BB9035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9035; }

 p { color: rgb(187,144,53); }

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

background-color css

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

 a { background-color: rgb(187,144,53); }

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

border-color css

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

 span { border-color: rgb(187,144,53); }

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