Html Css Color HEX #BD9A35 Hokey Pokey

📋 copy color: '#BD9A35'

red 189 ◦ green 154 ◦ blue 53

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

Shades of Hokey Pokey #BD9A35

Tints of Hokey Pokey #BD9A35

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 53 (21.09% from 255) = 13.38%

R = 47.73%
G = 38.89%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD9A35 (or 0xBD9A35) is known color: Hokey Pokey. HEX triplet: BD, 9A and 35. RGB value is (189,154,53). Sum of RGB (Red+Green+Blue) = 189+154+53=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A35 is #4265CA. Grayscale: #999999. Windows color (decimal): -4351435 or 3513021. OLE color: 3513021.

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

Color convert

RGB 189 154 53 -
CMYK 0 0.19 0.72 0.26
HSL 44.56º 0.56% 0.47% -
HSV(B) 44.56º 0.72% 0.74% -
XYZ 33.18 34.19 8.22 -
YUV 152.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 189 154 53 0 0.19 0.72 0.26 44.56 0.56 0.47
Hex BD 9A 35 0 13 48 1A 2D 38 2F
Octal 275 232 65 0 23 110 32 55 70 57
Binary 10111101 10011010 110101 0 10011 1001000 11010 101101 111000 101111

Color Harmonies of #BD9A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A35

Black with #BD9A35

Text Example


Text Example

White with #BD9A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A35; }

 p { color: rgb(189,154,53); }

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

background-color css

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

 a { background-color: rgb(189,154,53); }

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

border-color css

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

 span { border-color: rgb(189,154,53); }

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