Html Css Color HEX #BB8C2F Hokey Pokey

📋 copy color: '#BB8C2F'

red 187 ◦ green 140 ◦ blue 47

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

Shades of Hokey Pokey #BB8C2F

Tints of Hokey Pokey #BB8C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 50%
G = 37.43%
B = 12.57%

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

#BB8C2F (or 0xBB8C2F) is known color: Hokey Pokey. HEX triplet: BB, 8C and 2F. RGB value is (187,140,47). Sum of RGB (Red+Green+Blue) = 187+140+47=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C2F is #4473D0. Grayscale: #8F8F8F. Windows color (decimal): -4486097 or 3116219. OLE color: 3116219.

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

Color convert

RGB 187 140 47 -
CMYK 0 0.25 0.75 0.27
HSL 39.86º 0.6% 0.46% -
HSV(B) 39.86º 0.75% 0.73% -
XYZ 30.38 29.53 6.79 -
YUV 143.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 187 140 47 0 0.25 0.75 0.27 39.86 0.6 0.46
Hex BB 8C 2F 0 19 4B 1B 28 3C 2E
Octal 273 214 57 0 31 113 33 50 74 56
Binary 10111011 10001100 101111 0 11001 1001011 11011 101000 111100 101110

Color Harmonies of #BB8C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C2F

Black with #BB8C2F

Text Example


Text Example

White with #BB8C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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