Html Css Color HEX #BD8730 Hokey Pokey

📋 copy color: '#BD8730'

red 189 ◦ green 135 ◦ blue 48

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

Shades of Hokey Pokey #BD8730

Tints of Hokey Pokey #BD8730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 50.81%
G = 36.29%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD8730 (or 0xBD8730) is known color: Hokey Pokey. HEX triplet: BD, 87 and 30. RGB value is (189,135,48). Sum of RGB (Red+Green+Blue) = 189+135+48=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8730 is #4278CF. Grayscale: #8D8D8D. Windows color (decimal): -4356304 or 3180477. OLE color: 3180477.

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

Color convert

RGB 189 135 48 -
CMYK 0 0.29 0.75 0.26
HSL 37.02º 0.59% 0.46% -
HSV(B) 37.02º 0.75% 0.74% -
XYZ 30.18 28.36 6.68 -
YUV 141.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 189 135 48 0 0.29 0.75 0.26 37.02 0.59 0.46
Hex BD 87 30 0 1D 4B 1A 25 3B 2E
Octal 275 207 60 0 35 113 32 45 73 56
Binary 10111101 10000111 110000 0 11101 1001011 11010 100101 111011 101110

Color Harmonies of #BD8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8730

Black with #BD8730

Text Example


Text Example

White with #BD8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8730; }

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

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

background-color css

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

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

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

border-color css

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

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

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