Html Css Color HEX #BD8B2C Hokey Pokey

📋 copy color: '#BD8B2C'

red 189 ◦ green 139 ◦ blue 44

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

Shades of Hokey Pokey #BD8B2C

Tints of Hokey Pokey #BD8B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

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

R = 50.81%
G = 37.37%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD8B2C (or 0xBD8B2C) is known color: Hokey Pokey. HEX triplet: BD, 8B and 2C. RGB value is (189,139,44). Sum of RGB (Red+Green+Blue) = 189+139+44=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B2C is #4274D3. Grayscale: #8F8F8F. Windows color (decimal): -4355284 or 2919357. OLE color: 2919357.

HSL color Cylindrical-coordinate representation of color #BD8B2C: hue angle of 39.31º 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 #BD8B2C is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 139 44 -
CMYK 0 0.26 0.77 0.26
HSL 39.31º 0.62% 0.46% -
HSV(B) 39.31º 0.77% 0.74% -
XYZ 30.67 29.47 6.45 -
YUV 143.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 189 139 44 0 0.26 0.77 0.26 39.31 0.62 0.46
Hex BD 8B 2C 0 1A 4D 1A 27 3E 2E
Octal 275 213 54 0 32 115 32 47 76 56
Binary 10111101 10001011 101100 0 11010 1001101 11010 100111 111110 101110

Color Harmonies of #BD8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B2C

Black with #BD8B2C

Text Example


Text Example

White with #BD8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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