Html Css Color HEX #BD8A30 Hokey Pokey

📋 copy color: '#BD8A30'

red 189 ◦ green 138 ◦ blue 48

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

Shades of Hokey Pokey #BD8A30

Tints of Hokey Pokey #BD8A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 50.4%
G = 36.8%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD8A30 (or 0xBD8A30) is known color: Hokey Pokey. HEX triplet: BD, 8A and 30. RGB value is (189,138,48). Sum of RGB (Red+Green+Blue) = 189+138+48=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A30 is #4275CF. Grayscale: #8F8F8F. Windows color (decimal): -4355536 or 3181245. OLE color: 3181245.

HSL color Cylindrical-coordinate representation of color #BD8A30: hue angle of 38.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD8A30 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 48 -
CMYK 0 0.27 0.75 0.26
HSL 38.3º 0.59% 0.46% -
HSV(B) 38.3º 0.75% 0.74% -
XYZ 30.61 29.21 6.82 -
YUV 142.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 189 138 48 0 0.27 0.75 0.26 38.3 0.59 0.46
Hex BD 8A 30 0 1B 4B 1A 26 3B 2E
Octal 275 212 60 0 33 113 32 46 73 56
Binary 10111101 10001010 110000 0 11011 1001011 11010 100110 111011 101110

Color Harmonies of #BD8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A30

Black with #BD8A30

Text Example


Text Example

White with #BD8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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