Html Css Color HEX #BB8D34 Hokey Pokey

📋 copy color: '#BB8D34'

red 187 ◦ green 141 ◦ blue 52

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

Shades of Hokey Pokey #BB8D34

Tints of Hokey Pokey #BB8D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

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

R = 49.21%
G = 37.11%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB8D34 (or 0xBB8D34) is known color: Hokey Pokey. HEX triplet: BB, 8D and 34. RGB value is (187,141,52). Sum of RGB (Red+Green+Blue) = 187+141+52=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D34 is #4472CB. Grayscale: #919191. Windows color (decimal): -4485836 or 3444155. OLE color: 3444155.

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

Color convert

RGB 187 141 52 -
CMYK 0 0.25 0.72 0.27
HSL 39.56º 0.56% 0.47% -
HSV(B) 39.56º 0.72% 0.73% -
XYZ 30.64 29.86 7.4 -
YUV 144.61 75.74 158.24 -
System Red Green Blue C M Y K H S L
Decimal 187 141 52 0 0.25 0.72 0.27 39.56 0.56 0.47
Hex BB 8D 34 0 19 48 1B 28 38 2F
Octal 273 215 64 0 31 110 33 50 70 57
Binary 10111011 10001101 110100 0 11001 1001000 11011 101000 111000 101111

Color Harmonies of #BB8D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D34

Black with #BB8D34

Text Example


Text Example

White with #BB8D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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