Html Css Color HEX #BD8E2F Hokey Pokey

📋 copy color: '#BD8E2F'

red 189 ◦ green 142 ◦ blue 47

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

Shades of Hokey Pokey #BD8E2F

Tints of Hokey Pokey #BD8E2F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 50%
G = 37.57%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD8E2F (or 0xBD8E2F) is known color: Hokey Pokey. HEX triplet: BD, 8E and 2F. RGB value is (189,142,47). Sum of RGB (Red+Green+Blue) = 189+142+47=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E2F is #4271D0. Grayscale: #919191. Windows color (decimal): -4354513 or 3116733. OLE color: 3116733.

HSL color Cylindrical-coordinate representation of color #BD8E2F: hue angle of 40.14º degrees, saturation: 0.6, 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 #BD8E2F is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 142 47 -
CMYK 0 0.25 0.75 0.26
HSL 40.14º 0.6% 0.46% -
HSV(B) 40.14º 0.75% 0.74% -
XYZ 31.17 30.37 6.91 -
YUV 145.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 189 142 47 0 0.25 0.75 0.26 40.14 0.6 0.46
Hex BD 8E 2F 0 19 4B 1A 28 3C 2E
Octal 275 216 57 0 31 113 32 50 74 56
Binary 10111101 10001110 101111 0 11001 1001011 11010 101000 111100 101110

Color Harmonies of #BD8E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E2F

Black with #BD8E2F

Text Example


Text Example

White with #BD8E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E2F; }

 p { color: rgb(189,142,47); }

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

background-color css

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

 a { background-color: rgb(189,142,47); }

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

border-color css

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

 span { border-color: rgb(189,142,47); }

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