Html Css Color HEX #BD8A33 Hokey Pokey

📋 copy color: '#BD8A33'

red 189 ◦ green 138 ◦ blue 51

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

Shades of Hokey Pokey #BD8A33

Tints of Hokey Pokey #BD8A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

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

R = 50%
G = 36.51%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD8A33 (or 0xBD8A33) is known color: Hokey Pokey. HEX triplet: BD, 8A and 33. RGB value is (189,138,51). Sum of RGB (Red+Green+Blue) = 189+138+51=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A33 is #4275CC. Grayscale: #8F8F8F. Windows color (decimal): -4355533 or 3377853. OLE color: 3377853.

HSL color Cylindrical-coordinate representation of color #BD8A33: hue angle of 37.83º 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 #BD8A33 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 51 -
CMYK 0 0.27 0.73 0.26
HSL 37.83º 0.58% 0.47% -
HSV(B) 37.83º 0.73% 0.74% -
XYZ 30.67 29.23 7.16 -
YUV 143.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 189 138 51 0 0.27 0.73 0.26 37.83 0.58 0.47
Hex BD 8A 33 0 1B 49 1A 26 3A 2F
Octal 275 212 63 0 33 111 32 46 72 57
Binary 10111101 10001010 110011 0 11011 1001001 11010 100110 111010 101111

Color Harmonies of #BD8A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A33

Black with #BD8A33

Text Example


Text Example

White with #BD8A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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