Html Css Color HEX #B88A2E Hokey Pokey

📋 copy color: '#B88A2E'

red 184 ◦ green 138 ◦ blue 46

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

Shades of Hokey Pokey #B88A2E

Tints of Hokey Pokey #B88A2E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 50%
G = 37.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B88A2E (or 0xB88A2E) is known color: Hokey Pokey. HEX triplet: B8, 8A and 2E. RGB value is (184,138,46). Sum of RGB (Red+Green+Blue) = 184+138+46=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A2E is #4775D1. Grayscale: #8D8D8D. Windows color (decimal): -4683218 or 3050168. OLE color: 3050168.

HSL color Cylindrical-coordinate representation of color #B88A2E: hue angle of 40º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B88A2E is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 46 -
CMYK 0 0.25 0.75 0.28
HSL 40º 0.6% 0.45% -
HSV(B) 40º 0.75% 0.72% -
XYZ 29.35 28.56 6.55 -
YUV 141.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 184 138 46 0 0.25 0.75 0.28 40 0.6 0.45
Hex B8 8A 2E 0 19 4B 1C 28 3C 2D
Octal 270 212 56 0 31 113 34 50 74 55
Binary 10111000 10001010 101110 0 11001 1001011 11100 101000 111100 101101

Color Harmonies of #B88A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A2E

Black with #B88A2E

Text Example


Text Example

White with #B88A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A2E; }

 p { color: rgb(184,138,46); }

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

background-color css

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

 a { background-color: rgb(184,138,46); }

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

border-color css

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

 span { border-color: rgb(184,138,46); }

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