Html Css Color HEX #BB8533 Hokey Pokey

📋 copy color: '#BB8533'

red 187 ◦ green 133 ◦ blue 51

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

Shades of Hokey Pokey #BB8533

Tints of Hokey Pokey #BB8533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 50.4%
G = 35.85%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8533 (or 0xBB8533) is known color: Hokey Pokey. HEX triplet: BB, 85 and 33. RGB value is (187,133,51). Sum of RGB (Red+Green+Blue) = 187+133+51=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8533 is #447ACC. Grayscale: #8C8C8C. Windows color (decimal): -4487885 or 3376571. OLE color: 3376571.

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

Color convert

RGB 187 133 51 -
CMYK 0 0.29 0.73 0.27
HSL 36.18º 0.57% 0.47% -
HSV(B) 36.18º 0.73% 0.73% -
XYZ 29.48 27.58 6.9 -
YUV 139.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 187 133 51 0 0.29 0.73 0.27 36.18 0.57 0.47
Hex BB 85 33 0 1D 49 1B 24 39 2F
Octal 273 205 63 0 35 111 33 44 71 57
Binary 10111011 10000101 110011 0 11101 1001001 11011 100100 111001 101111

Color Harmonies of #BB8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8533

Black with #BB8533

Text Example


Text Example

White with #BB8533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8533; }

 p { color: rgb(187,133,51); }

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

background-color css

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

 a { background-color: rgb(187,133,51); }

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

border-color css

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

 span { border-color: rgb(187,133,51); }

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