Html Css Color HEX #B2872F Hokey Pokey

📋 copy color: '#B2872F'

red 178 ◦ green 135 ◦ blue 47

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

Shades of Hokey Pokey #B2872F

Tints of Hokey Pokey #B2872F

RGB

 RED value IS 178 (69.92% from 255) = 49.44%

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

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 49.44%
G = 37.5%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2872F (or 0xB2872F) is known color: Hokey Pokey. HEX triplet: B2, 87 and 2F. RGB value is (178,135,47). Sum of RGB (Red+Green+Blue) = 178+135+47=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2872F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2872F is #4D78D0. Grayscale: #8A8A8A. Windows color (decimal): -5077201 or 3114930. OLE color: 3114930.

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

Color convert

RGB 178 135 47 -
CMYK 0 0.24 0.74 0.30
HSL 40.31º 0.58% 0.44% -
HSV(B) 40.31º 0.74% 0.7% -
XYZ 27.54 27 6.45 -
YUV 137.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 178 135 47 0 0.24 0.74 0.30 40.31 0.58 0.44
Hex B2 87 2F 0 18 4A 1E 28 3A 2C
Octal 262 207 57 0 30 112 36 50 72 54
Binary 10110010 10000111 101111 0 11000 1001010 11110 101000 111010 101100

Color Harmonies of #B2872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2872F

Black with #B2872F

Text Example


Text Example

White with #B2872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2872F; }

 p { color: rgb(178,135,47); }

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

background-color css

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

 a { background-color: rgb(178,135,47); }

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

border-color css

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

 span { border-color: rgb(178,135,47); }

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