Html Css Color HEX #BD963A Hokey Pokey

📋 copy color: '#BD963A'

red 189 ◦ green 150 ◦ blue 58

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

Shades of Hokey Pokey #BD963A

Tints of Hokey Pokey #BD963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 47.61%
G = 37.78%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD963A (or 0xBD963A) is known color: Hokey Pokey. HEX triplet: BD, 96 and 3A. RGB value is (189,150,58). Sum of RGB (Red+Green+Blue) = 189+150+58=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD963A is #4269C5. Grayscale: #979797. Windows color (decimal): -4352454 or 3839677. OLE color: 3839677.

HSL color Cylindrical-coordinate representation of color #BD963A: hue angle of 42.14º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD963A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 150 58 -
CMYK 0 0.21 0.69 0.26
HSL 42.14º 0.53% 0.48% -
HSV(B) 42.14º 0.69% 0.74% -
XYZ 32.66 32.94 8.64 -
YUV 151.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 189 150 58 0 0.21 0.69 0.26 42.14 0.53 0.48
Hex BD 96 3A 0 15 45 1A 2A 35 30
Octal 275 226 72 0 25 105 32 52 65 60
Binary 10111101 10010110 111010 0 10101 1000101 11010 101010 110101 110000

Color Harmonies of #BD963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD963A

Black with #BD963A

Text Example


Text Example

White with #BD963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD963A; }

 p { color: rgb(189,150,58); }

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

background-color css

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

 a { background-color: rgb(189,150,58); }

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

border-color css

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

 span { border-color: rgb(189,150,58); }

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