Html Css Color HEX #BD8732 Hokey Pokey

📋 copy color: '#BD8732'

red 189 ◦ green 135 ◦ blue 50

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

Shades of Hokey Pokey #BD8732

Tints of Hokey Pokey #BD8732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 50.53%
G = 36.1%
B = 13.37%

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

#BD8732 (or 0xBD8732) is known color: Hokey Pokey. HEX triplet: BD, 87 and 32. RGB value is (189,135,50). Sum of RGB (Red+Green+Blue) = 189+135+50=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8732 is #4278CD. Grayscale: #8D8D8D. Windows color (decimal): -4356302 or 3311549. OLE color: 3311549.

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

Color convert

RGB 189 135 50 -
CMYK 0 0.29 0.74 0.26
HSL 36.69º 0.58% 0.47% -
HSV(B) 36.69º 0.74% 0.74% -
XYZ 30.23 28.38 6.9 -
YUV 141.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 189 135 50 0 0.29 0.74 0.26 36.69 0.58 0.47
Hex BD 87 32 0 1D 4A 1A 25 3A 2F
Octal 275 207 62 0 35 112 32 45 72 57
Binary 10111101 10000111 110010 0 11101 1001010 11010 100101 111010 101111

Color Harmonies of #BD8732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8732

Black with #BD8732

Text Example


Text Example

White with #BD8732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8732; }

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

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

background-color css

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

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

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

border-color css

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

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

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