Html Css Color HEX #BB8734 Hokey Pokey

📋 copy color: '#BB8734'

red 187 ◦ green 135 ◦ blue 52

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

Shades of Hokey Pokey #BB8734

Tints of Hokey Pokey #BB8734

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 50%
G = 36.1%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB8734 (or 0xBB8734) is known color: Hokey Pokey. HEX triplet: BB, 87 and 34. RGB value is (187,135,52). Sum of RGB (Red+Green+Blue) = 187+135+52=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8734 is #4478CB. Grayscale: #8D8D8D. Windows color (decimal): -4487372 or 3442619. OLE color: 3442619.

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

Color convert

RGB 187 135 52 -
CMYK 0 0.28 0.72 0.27
HSL 36.89º 0.56% 0.47% -
HSV(B) 36.89º 0.72% 0.73% -
XYZ 29.78 28.14 7.11 -
YUV 141.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 187 135 52 0 0.28 0.72 0.27 36.89 0.56 0.47
Hex BB 87 34 0 1C 48 1B 25 38 2F
Octal 273 207 64 0 34 110 33 45 70 57
Binary 10111011 10000111 110100 0 11100 1001000 11011 100101 111000 101111

Color Harmonies of #BB8734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8734

Black with #BB8734

Text Example


Text Example

White with #BB8734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8734; }

 p { color: rgb(187,135,52); }

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

background-color css

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

 a { background-color: rgb(187,135,52); }

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

border-color css

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

 span { border-color: rgb(187,135,52); }

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