Html Css Color HEX #B3872B Hokey Pokey

📋 copy color: '#B3872B'

red 179 ◦ green 135 ◦ blue 43

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

Shades of Hokey Pokey #B3872B

Tints of Hokey Pokey #B3872B

RGB

 RED value IS 179 (70.31% from 255) = 50.14%

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 50.14%
G = 37.82%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3872B (or 0xB3872B) is known color: Hokey Pokey. HEX triplet: B3, 87 and 2B. RGB value is (179,135,43). Sum of RGB (Red+Green+Blue) = 179+135+43=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3872B is #4C78D4. Grayscale: #8A8A8A. Windows color (decimal): -5011669 or 2852787. OLE color: 2852787.

HSL color Cylindrical-coordinate representation of color #B3872B: hue angle of 40.59º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3872B is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 43 -
CMYK 0 0.25 0.76 0.30
HSL 40.59º 0.61% 0.44% -
HSV(B) 40.59º 0.76% 0.7% -
XYZ 27.69 27.09 6.05 -
YUV 137.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 179 135 43 0 0.25 0.76 0.30 40.59 0.61 0.44
Hex B3 87 2B 0 19 4C 1E 29 3D 2C
Octal 263 207 53 0 31 114 36 51 75 54
Binary 10110011 10000111 101011 0 11001 1001100 11110 101001 111101 101100

Color Harmonies of #B3872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3872B

Black with #B3872B

Text Example


Text Example

White with #B3872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3872B; }

 p { color: rgb(179,135,43); }

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

background-color css

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

 a { background-color: rgb(179,135,43); }

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

border-color css

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

 span { border-color: rgb(179,135,43); }

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