Html Css Color HEX #BD8731 Hokey Pokey

📋 copy color: '#BD8731'

red 189 ◦ green 135 ◦ blue 49

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

Shades of Hokey Pokey #BD8731

Tints of Hokey Pokey #BD8731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 50.67%
G = 36.19%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD8731 (or 0xBD8731) is known color: Hokey Pokey. HEX triplet: BD, 87 and 31. RGB value is (189,135,49). Sum of RGB (Red+Green+Blue) = 189+135+49=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8731 is #4278CE. Grayscale: #8D8D8D. Windows color (decimal): -4356303 or 3246013. OLE color: 3246013.

HSL color Cylindrical-coordinate representation of color #BD8731: hue angle of 36.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD8731 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 135 49 -
CMYK 0 0.29 0.74 0.26
HSL 36.86º 0.59% 0.47% -
HSV(B) 36.86º 0.74% 0.74% -
XYZ 30.2 28.37 6.79 -
YUV 141.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 189 135 49 0 0.29 0.74 0.26 36.86 0.59 0.47
Hex BD 87 31 0 1D 4A 1A 25 3B 2F
Octal 275 207 61 0 35 112 32 45 73 57
Binary 10111101 10000111 110001 0 11101 1001010 11010 100101 111011 101111

Color Harmonies of #BD8731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8731

Black with #BD8731

Text Example


Text Example

White with #BD8731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8731; }

 p { color: rgb(189,135,49); }

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

background-color css

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

 a { background-color: rgb(189,135,49); }

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

border-color css

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

 span { border-color: rgb(189,135,49); }

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