Html Css Color HEX #BB8C2E Hokey Pokey

📋 copy color: '#BB8C2E'

red 187 ◦ green 140 ◦ blue 46

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

Shades of Hokey Pokey #BB8C2E

Tints of Hokey Pokey #BB8C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

 BLUE value IS 46 (18.36% from 255) = 12.33%

R = 50.13%
G = 37.53%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB8C2E (or 0xBB8C2E) is known color: Hokey Pokey. HEX triplet: BB, 8C and 2E. RGB value is (187,140,46). Sum of RGB (Red+Green+Blue) = 187+140+46=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C2E is #4473D1. Grayscale: #8F8F8F. Windows color (decimal): -4486098 or 3050683. OLE color: 3050683.

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

Color convert

RGB 187 140 46 -
CMYK 0 0.25 0.75 0.27
HSL 40º 0.61% 0.46% -
HSV(B) 40º 0.75% 0.73% -
XYZ 30.36 29.52 6.68 -
YUV 143.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 187 140 46 0 0.25 0.75 0.27 40 0.61 0.46
Hex BB 8C 2E 0 19 4B 1B 28 3D 2E
Octal 273 214 56 0 31 113 33 50 75 56
Binary 10111011 10001100 101110 0 11001 1001011 11011 101000 111101 101110

Color Harmonies of #BB8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C2E

Black with #BB8C2E

Text Example


Text Example

White with #BB8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C2E; }

 p { color: rgb(187,140,46); }

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

background-color css

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

 a { background-color: rgb(187,140,46); }

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

border-color css

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

 span { border-color: rgb(187,140,46); }

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