Html Css Color HEX #BB9535 Hokey Pokey

📋 copy color: '#BB9535'

red 187 ◦ green 149 ◦ blue 53

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

Shades of Hokey Pokey #BB9535

Tints of Hokey Pokey #BB9535

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 48.07%
G = 38.3%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB9535 (or 0xBB9535) is known color: Hokey Pokey. HEX triplet: BB, 95 and 35. RGB value is (187,149,53). Sum of RGB (Red+Green+Blue) = 187+149+53=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9535 is #446ACA. Grayscale: #959595. Windows color (decimal): -4483787 or 3511739. OLE color: 3511739.

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

Color convert

RGB 187 149 53 -
CMYK 0 0.20 0.72 0.27
HSL 42.99º 0.56% 0.47% -
HSV(B) 42.99º 0.72% 0.73% -
XYZ 31.88 32.32 7.93 -
YUV 149.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 187 149 53 0 0.20 0.72 0.27 42.99 0.56 0.47
Hex BB 95 35 0 14 48 1B 2B 38 2F
Octal 273 225 65 0 24 110 33 53 70 57
Binary 10111011 10010101 110101 0 10100 1001000 11011 101011 111000 101111

Color Harmonies of #BB9535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9535

Black with #BB9535

Text Example


Text Example

White with #BB9535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9535; }

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

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

background-color css

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

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

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

border-color css

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

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

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