Html Css Color HEX #BD892F Hokey Pokey

📋 copy color: '#BD892F'

red 189 ◦ green 137 ◦ blue 47

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

Shades of Hokey Pokey #BD892F

Tints of Hokey Pokey #BD892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 50.67%
G = 36.73%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD892F (or 0xBD892F) is known color: Hokey Pokey. HEX triplet: BD, 89 and 2F. RGB value is (189,137,47). Sum of RGB (Red+Green+Blue) = 189+137+47=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD892F is #4276D0. Grayscale: #8E8E8E. Windows color (decimal): -4355793 or 3115453. OLE color: 3115453.

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

Color convert

RGB 189 137 47 -
CMYK 0 0.28 0.75 0.26
HSL 38.03º 0.6% 0.46% -
HSV(B) 38.03º 0.75% 0.74% -
XYZ 30.45 28.92 6.67 -
YUV 142.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 189 137 47 0 0.28 0.75 0.26 38.03 0.6 0.46
Hex BD 89 2F 0 1C 4B 1A 26 3C 2E
Octal 275 211 57 0 34 113 32 46 74 56
Binary 10111101 10001001 101111 0 11100 1001011 11010 100110 111100 101110

Color Harmonies of #BD892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD892F

Black with #BD892F

Text Example


Text Example

White with #BD892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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