Html Css Color HEX #BD8733 Hokey Pokey

📋 copy color: '#BD8733'

red 189 ◦ green 135 ◦ blue 51

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

Shades of Hokey Pokey #BD8733

Tints of Hokey Pokey #BD8733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 50.4%
G = 36%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD8733 (or 0xBD8733) is known color: Hokey Pokey. HEX triplet: BD, 87 and 33. RGB value is (189,135,51). Sum of RGB (Red+Green+Blue) = 189+135+51=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8733 is #4278CC. Grayscale: #8D8D8D. Windows color (decimal): -4356301 or 3377085. OLE color: 3377085.

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

Color convert

RGB 189 135 51 -
CMYK 0 0.29 0.73 0.26
HSL 36.52º 0.58% 0.47% -
HSV(B) 36.52º 0.73% 0.74% -
XYZ 30.25 28.39 7.02 -
YUV 141.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 189 135 51 0 0.29 0.73 0.26 36.52 0.58 0.47
Hex BD 87 33 0 1D 49 1A 25 3A 2F
Octal 275 207 63 0 35 111 32 45 72 57
Binary 10111101 10000111 110011 0 11101 1001001 11010 100101 111010 101111

Color Harmonies of #BD8733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8733

Black with #BD8733

Text Example


Text Example

White with #BD8733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8733; }

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

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

background-color css

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

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

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

border-color css

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

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

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