Html Css Color HEX #B3872D Hokey Pokey

📋 copy color: '#B3872D'

red 179 ◦ green 135 ◦ blue 45

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

Shades of Hokey Pokey #B3872D

Tints of Hokey Pokey #B3872D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 49.86%
G = 37.6%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3872D (or 0xB3872D) is known color: Hokey Pokey. HEX triplet: B3, 87 and 2D. RGB value is (179,135,45). Sum of RGB (Red+Green+Blue) = 179+135+45=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3872D is #4C78D2. Grayscale: #8A8A8A. Windows color (decimal): -5011667 or 2983859. OLE color: 2983859.

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

Color convert

RGB 179 135 45 -
CMYK 0 0.25 0.75 0.30
HSL 40.3º 0.6% 0.44% -
HSV(B) 40.3º 0.75% 0.7% -
XYZ 27.73 27.1 6.25 -
YUV 137.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 179 135 45 0 0.25 0.75 0.30 40.3 0.6 0.44
Hex B3 87 2D 0 19 4B 1E 28 3C 2C
Octal 263 207 55 0 31 113 36 50 74 54
Binary 10110011 10000111 101101 0 11001 1001011 11110 101000 111100 101100

Color Harmonies of #B3872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3872D

Black with #B3872D

Text Example


Text Example

White with #B3872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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