Html Css Color HEX #B4892C Hokey Pokey

📋 copy color: '#B4892C'

red 180 ◦ green 137 ◦ blue 44

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

Shades of Hokey Pokey #B4892C

Tints of Hokey Pokey #B4892C

RGB

 RED value IS 180 (70.7% from 255) = 49.86%

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 49.86%
G = 37.95%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4892C (or 0xB4892C) is known color: Hokey Pokey. HEX triplet: B4, 89 and 2C. RGB value is (180,137,44). Sum of RGB (Red+Green+Blue) = 180+137+44=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4892C is #4B76D3. Grayscale: #8B8B8B. Windows color (decimal): -4945620 or 2918836. OLE color: 2918836.

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

Color convert

RGB 180 137 44 -
CMYK 0 0.24 0.76 0.29
HSL 41.03º 0.61% 0.44% -
HSV(B) 41.03º 0.76% 0.71% -
XYZ 28.22 27.78 6.26 -
YUV 139.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 180 137 44 0 0.24 0.76 0.29 41.03 0.61 0.44
Hex B4 89 2C 0 18 4C 1D 29 3D 2C
Octal 264 211 54 0 30 114 35 51 75 54
Binary 10110100 10001001 101100 0 11000 1001100 11101 101001 111101 101100

Color Harmonies of #B4892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4892C

Black with #B4892C

Text Example


Text Example

White with #B4892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4892C; }

 p { color: rgb(180,137,44); }

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

background-color css

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

 a { background-color: rgb(180,137,44); }

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

border-color css

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

 span { border-color: rgb(180,137,44); }

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