Html Css Color HEX #BB8D37 Hokey Pokey

📋 copy color: '#BB8D37'

red 187 ◦ green 141 ◦ blue 55

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

Shades of Hokey Pokey #BB8D37

Tints of Hokey Pokey #BB8D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.36%

R = 48.83%
G = 36.81%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB8D37 (or 0xBB8D37) is known color: Hokey Pokey. HEX triplet: BB, 8D and 37. RGB value is (187,141,55). Sum of RGB (Red+Green+Blue) = 187+141+55=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D37 is #4472C8. Grayscale: #919191. Windows color (decimal): -4485833 or 3640763. OLE color: 3640763.

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

Color convert

RGB 187 141 55 -
CMYK 0 0.25 0.71 0.27
HSL 39.09º 0.55% 0.47% -
HSV(B) 39.09º 0.71% 0.73% -
XYZ 30.71 29.89 7.77 -
YUV 144.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 187 141 55 0 0.25 0.71 0.27 39.09 0.55 0.47
Hex BB 8D 37 0 19 47 1B 27 37 2F
Octal 273 215 67 0 31 107 33 47 67 57
Binary 10111011 10001101 110111 0 11001 1000111 11011 100111 110111 101111

Color Harmonies of #BB8D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D37

Black with #BB8D37

Text Example


Text Example

White with #BB8D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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