Html Css Color HEX #BB8B32 Hokey Pokey

📋 copy color: '#BB8B32'

red 187 ◦ green 139 ◦ blue 50

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

Shades of Hokey Pokey #BB8B32

Tints of Hokey Pokey #BB8B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 49.73%
G = 36.97%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8B32 (or 0xBB8B32) is known color: Hokey Pokey. HEX triplet: BB, 8B and 32. RGB value is (187,139,50). Sum of RGB (Red+Green+Blue) = 187+139+50=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B32 is #4474CD. Grayscale: #8F8F8F. Windows color (decimal): -4486350 or 3312571. OLE color: 3312571.

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

Color convert

RGB 187 139 50 -
CMYK 0 0.26 0.73 0.27
HSL 38.98º 0.58% 0.46% -
HSV(B) 38.98º 0.73% 0.73% -
XYZ 30.3 29.26 7.07 -
YUV 143.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 187 139 50 0 0.26 0.73 0.27 38.98 0.58 0.46
Hex BB 8B 32 0 1A 49 1B 27 3A 2E
Octal 273 213 62 0 32 111 33 47 72 56
Binary 10111011 10001011 110010 0 11010 1001001 11011 100111 111010 101110

Color Harmonies of #BB8B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B32

Black with #BB8B32

Text Example


Text Example

White with #BB8B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B32; }

 p { color: rgb(187,139,50); }

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

background-color css

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

 a { background-color: rgb(187,139,50); }

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

border-color css

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

 span { border-color: rgb(187,139,50); }

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