Html Css Color HEX #B88C36 Hokey Pokey

📋 copy color: '#B88C36'

red 184 ◦ green 140 ◦ blue 54

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

Shades of Hokey Pokey #B88C36

Tints of Hokey Pokey #B88C36

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 54 (21.48% from 255) = 14.29%

R = 48.68%
G = 37.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B88C36 (or 0xB88C36) is known color: Hokey Pokey. HEX triplet: B8, 8C and 36. RGB value is (184,140,54). Sum of RGB (Red+Green+Blue) = 184+140+54=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C36 is #4773C9. Grayscale: #8F8F8F. Windows color (decimal): -4682698 or 3574968. OLE color: 3574968.

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

Color convert

RGB 184 140 54 -
CMYK 0 0.24 0.71 0.28
HSL 39.69º 0.55% 0.47% -
HSV(B) 39.69º 0.71% 0.72% -
XYZ 29.81 29.21 7.56 -
YUV 143.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 184 140 54 0 0.24 0.71 0.28 39.69 0.55 0.47
Hex B8 8C 36 0 18 47 1C 28 37 2F
Octal 270 214 66 0 30 107 34 50 67 57
Binary 10111000 10001100 110110 0 11000 1000111 11100 101000 110111 101111

Color Harmonies of #B88C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C36

Black with #B88C36

Text Example


Text Example

White with #B88C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C36; }

 p { color: rgb(184,140,54); }

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

background-color css

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

 a { background-color: rgb(184,140,54); }

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

border-color css

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

 span { border-color: rgb(184,140,54); }

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