Html Css Color HEX #BB8F34 Hokey Pokey

📋 copy color: '#BB8F34'

red 187 ◦ green 143 ◦ blue 52

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

Shades of Hokey Pokey #BB8F34

Tints of Hokey Pokey #BB8F34

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

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

R = 48.95%
G = 37.43%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB8F34 (or 0xBB8F34) is known color: Hokey Pokey. HEX triplet: BB, 8F and 34. RGB value is (187,143,52). Sum of RGB (Red+Green+Blue) = 187+143+52=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F34 is #4470CB. Grayscale: #929292. Windows color (decimal): -4485324 or 3444667. OLE color: 3444667.

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

Color convert

RGB 187 143 52 -
CMYK 0 0.24 0.72 0.27
HSL 40.44º 0.56% 0.47% -
HSV(B) 40.44º 0.72% 0.73% -
XYZ 30.94 30.46 7.5 -
YUV 145.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 187 143 52 0 0.24 0.72 0.27 40.44 0.56 0.47
Hex BB 8F 34 0 18 48 1B 28 38 2F
Octal 273 217 64 0 30 110 33 50 70 57
Binary 10111011 10001111 110100 0 11000 1001000 11011 101000 111000 101111

Color Harmonies of #BB8F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F34

Black with #BB8F34

Text Example


Text Example

White with #BB8F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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