Html Css Color HEX #BB8531 Hokey Pokey

📋 copy color: '#BB8531'

red 187 ◦ green 133 ◦ blue 49

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

Shades of Hokey Pokey #BB8531

Tints of Hokey Pokey #BB8531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 50.68%
G = 36.04%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB8531 (or 0xBB8531) is known color: Hokey Pokey. HEX triplet: BB, 85 and 31. RGB value is (187,133,49). Sum of RGB (Red+Green+Blue) = 187+133+49=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8531 is #447ACE. Grayscale: #8B8B8B. Windows color (decimal): -4487887 or 3245499. OLE color: 3245499.

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

Color convert

RGB 187 133 49 -
CMYK 0 0.29 0.74 0.27
HSL 36.52º 0.58% 0.46% -
HSV(B) 36.52º 0.74% 0.73% -
XYZ 29.44 27.56 6.67 -
YUV 139.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 187 133 49 0 0.29 0.74 0.27 36.52 0.58 0.46
Hex BB 85 31 0 1D 4A 1B 25 3A 2E
Octal 273 205 61 0 35 112 33 45 72 56
Binary 10111011 10000101 110001 0 11101 1001010 11011 100101 111010 101110

Color Harmonies of #BB8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8531

Black with #BB8531

Text Example


Text Example

White with #BB8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8531; }

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

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

background-color css

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

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

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

border-color css

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

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

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