Html Css Color HEX #BD882C Hokey Pokey

📋 copy color: '#BD882C'

red 189 ◦ green 136 ◦ blue 44

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

Shades of Hokey Pokey #BD882C

Tints of Hokey Pokey #BD882C

RGB

 RED value IS 189 (74.22% from 255) = 51.22%

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 51.22%
G = 36.86%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD882C (or 0xBD882C) is known color: Hokey Pokey. HEX triplet: BD, 88 and 2C. RGB value is (189,136,44). Sum of RGB (Red+Green+Blue) = 189+136+44=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD882C is #4277D3. Grayscale: #8D8D8D. Windows color (decimal): -4356052 or 2918589. OLE color: 2918589.

HSL color Cylindrical-coordinate representation of color #BD882C: hue angle of 38.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD882C is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 136 44 -
CMYK 0 0.28 0.77 0.26
HSL 38.07º 0.62% 0.46% -
HSV(B) 38.07º 0.77% 0.74% -
XYZ 30.25 28.61 6.31 -
YUV 141.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 189 136 44 0 0.28 0.77 0.26 38.07 0.62 0.46
Hex BD 88 2C 0 1C 4D 1A 26 3E 2E
Octal 275 210 54 0 34 115 32 46 76 56
Binary 10111101 10001000 101100 0 11100 1001101 11010 100110 111110 101110

Color Harmonies of #BD882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD882C

Black with #BD882C

Text Example


Text Example

White with #BD882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD882C; }

 p { color: rgb(189,136,44); }

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

background-color css

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

 a { background-color: rgb(189,136,44); }

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

border-color css

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

 span { border-color: rgb(189,136,44); }

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