Html Css Color HEX #B88F32 Hokey Pokey

📋 copy color: '#B88F32'

red 184 ◦ green 143 ◦ blue 50

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

Shades of Hokey Pokey #B88F32

Tints of Hokey Pokey #B88F32

RGB

 RED value IS 184 (72.27% from 255) = 48.81%

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 48.81%
G = 37.93%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B88F32 (or 0xB88F32) is known color: Hokey Pokey. HEX triplet: B8, 8F and 32. RGB value is (184,143,50). Sum of RGB (Red+Green+Blue) = 184+143+50=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F32 is #4770CD. Grayscale: #919191. Windows color (decimal): -4681934 or 3313592. OLE color: 3313592.

HSL color Cylindrical-coordinate representation of color #B88F32: hue angle of 41.64º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B88F32 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 50 -
CMYK 0 0.22 0.73 0.28
HSL 41.64º 0.57% 0.46% -
HSV(B) 41.64º 0.73% 0.72% -
XYZ 30.17 30.07 7.23 -
YUV 144.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 184 143 50 0 0.22 0.73 0.28 41.64 0.57 0.46
Hex B8 8F 32 0 16 49 1C 2A 39 2E
Octal 270 217 62 0 26 111 34 52 71 56
Binary 10111000 10001111 110010 0 10110 1001001 11100 101010 111001 101110

Color Harmonies of #B88F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F32

Black with #B88F32

Text Example


Text Example

White with #B88F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F32; }

 p { color: rgb(184,143,50); }

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

background-color css

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

 a { background-color: rgb(184,143,50); }

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

border-color css

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

 span { border-color: rgb(184,143,50); }

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