Html Css Color HEX #BD892D Hokey Pokey

📋 copy color: '#BD892D'

red 189 ◦ green 137 ◦ blue 45

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

Shades of Hokey Pokey #BD892D

Tints of Hokey Pokey #BD892D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 50.94%
G = 36.93%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD892D (or 0xBD892D) is known color: Hokey Pokey. HEX triplet: BD, 89 and 2D. RGB value is (189,137,45). Sum of RGB (Red+Green+Blue) = 189+137+45=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD892D is #4276D2. Grayscale: #8E8E8E. Windows color (decimal): -4355795 or 2984381. OLE color: 2984381.

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

Color convert

RGB 189 137 45 -
CMYK 0 0.28 0.76 0.26
HSL 38.33º 0.62% 0.46% -
HSV(B) 38.33º 0.76% 0.74% -
XYZ 30.41 28.9 6.46 -
YUV 142.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 189 137 45 0 0.28 0.76 0.26 38.33 0.62 0.46
Hex BD 89 2D 0 1C 4C 1A 26 3E 2E
Octal 275 211 55 0 34 114 32 46 76 56
Binary 10111101 10001001 101101 0 11100 1001100 11010 100110 111110 101110

Color Harmonies of #BD892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD892D

Black with #BD892D

Text Example


Text Example

White with #BD892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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