Html Css Color HEX #BD8931 Hokey Pokey

📋 copy color: '#BD8931'

red 189 ◦ green 137 ◦ blue 49

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

Shades of Hokey Pokey #BD8931

Tints of Hokey Pokey #BD8931

RGB

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

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

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

R = 50.4%
G = 36.53%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD8931 (or 0xBD8931) is known color: Hokey Pokey. HEX triplet: BD, 89 and 31. RGB value is (189,137,49). Sum of RGB (Red+Green+Blue) = 189+137+49=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8931 is #4276CE. Grayscale: #8E8E8E. Windows color (decimal): -4355791 or 3246525. OLE color: 3246525.

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

Color convert

RGB 189 137 49 -
CMYK 0 0.28 0.74 0.26
HSL 37.71º 0.59% 0.47% -
HSV(B) 37.71º 0.74% 0.74% -
XYZ 30.49 28.93 6.88 -
YUV 142.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 189 137 49 0 0.28 0.74 0.26 37.71 0.59 0.47
Hex BD 89 31 0 1C 4A 1A 26 3B 2F
Octal 275 211 61 0 34 112 32 46 73 57
Binary 10111101 10001001 110001 0 11100 1001010 11010 100110 111011 101111

Color Harmonies of #BD8931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8931

Black with #BD8931

Text Example


Text Example

White with #BD8931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8931; }

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

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

background-color css

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

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

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

border-color css

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

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

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