Html Css Color HEX #BB8D2F Hokey Pokey

📋 copy color: '#BB8D2F'

red 187 ◦ green 141 ◦ blue 47

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

Shades of Hokey Pokey #BB8D2F

Tints of Hokey Pokey #BB8D2F

RGB

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

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

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

R = 49.87%
G = 37.6%
B = 12.53%

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

#BB8D2F (or 0xBB8D2F) is known color: Hokey Pokey. HEX triplet: BB, 8D and 2F. RGB value is (187,141,47). Sum of RGB (Red+Green+Blue) = 187+141+47=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D2F is #4472D0. Grayscale: #909090. Windows color (decimal): -4485841 or 3116475. OLE color: 3116475.

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

Color convert

RGB 187 141 47 -
CMYK 0 0.25 0.75 0.27
HSL 40.29º 0.6% 0.46% -
HSV(B) 40.29º 0.75% 0.73% -
XYZ 30.53 29.82 6.84 -
YUV 144.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 187 141 47 0 0.25 0.75 0.27 40.29 0.6 0.46
Hex BB 8D 2F 0 19 4B 1B 28 3C 2E
Octal 273 215 57 0 31 113 33 50 74 56
Binary 10111011 10001101 101111 0 11001 1001011 11011 101000 111100 101110

Color Harmonies of #BB8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D2F

Black with #BB8D2F

Text Example


Text Example

White with #BB8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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