Html Css Color HEX #BB892F Hokey Pokey

📋 copy color: '#BB892F'

red 187 ◦ green 137 ◦ blue 47

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

Shades of Hokey Pokey #BB892F

Tints of Hokey Pokey #BB892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

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

R = 50.4%
G = 36.93%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB892F (or 0xBB892F) is known color: Hokey Pokey. HEX triplet: BB, 89 and 2F. RGB value is (187,137,47). Sum of RGB (Red+Green+Blue) = 187+137+47=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB892F is #4476D0. Grayscale: #8E8E8E. Windows color (decimal): -4486865 or 3115451. OLE color: 3115451.

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

Color convert

RGB 187 137 47 -
CMYK 0 0.27 0.75 0.27
HSL 38.57º 0.6% 0.46% -
HSV(B) 38.57º 0.75% 0.73% -
XYZ 29.95 28.66 6.64 -
YUV 141.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 187 137 47 0 0.27 0.75 0.27 38.57 0.6 0.46
Hex BB 89 2F 0 1B 4B 1B 27 3C 2E
Octal 273 211 57 0 33 113 33 47 74 56
Binary 10111011 10001001 101111 0 11011 1001011 11011 100111 111100 101110

Color Harmonies of #BB892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB892F

Black with #BB892F

Text Example


Text Example

White with #BB892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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