Html Css Color HEX #BD9438 Hokey Pokey

📋 copy color: '#BD9438'

red 189 ◦ green 148 ◦ blue 56

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

Shades of Hokey Pokey #BD9438

Tints of Hokey Pokey #BD9438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

 BLUE value IS 56 (22.27% from 255) = 14.25%

R = 48.09%
G = 37.66%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD9438 (or 0xBD9438) is known color: Hokey Pokey. HEX triplet: BD, 94 and 38. RGB value is (189,148,56). Sum of RGB (Red+Green+Blue) = 189+148+56=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9438 is #426BC7. Grayscale: #969696. Windows color (decimal): -4352968 or 3708093. OLE color: 3708093.

HSL color Cylindrical-coordinate representation of color #BD9438: hue angle of 41.5º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD9438 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 148 56 -
CMYK 0 0.22 0.70 0.26
HSL 41.5º 0.54% 0.48% -
HSV(B) 41.5º 0.7% 0.74% -
XYZ 32.29 32.28 8.27 -
YUV 149.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 189 148 56 0 0.22 0.70 0.26 41.5 0.54 0.48
Hex BD 94 38 0 16 46 1A 2A 36 30
Octal 275 224 70 0 26 106 32 52 66 60
Binary 10111101 10010100 111000 0 10110 1000110 11010 101010 110110 110000

Color Harmonies of #BD9438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9438

Black with #BD9438

Text Example


Text Example

White with #BD9438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9438; }

 p { color: rgb(189,148,56); }

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

background-color css

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

 a { background-color: rgb(189,148,56); }

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

border-color css

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

 span { border-color: rgb(189,148,56); }

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