Html Css Color HEX #BD892C Hokey Pokey

📋 copy color: '#BD892C'

red 189 ◦ green 137 ◦ blue 44

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

Shades of Hokey Pokey #BD892C

Tints of Hokey Pokey #BD892C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 51.08%
G = 37.03%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD892C (or 0xBD892C) is known color: Hokey Pokey. HEX triplet: BD, 89 and 2C. RGB value is (189,137,44). Sum of RGB (Red+Green+Blue) = 189+137+44=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD892C is #4276D3. Grayscale: #8E8E8E. Windows color (decimal): -4355796 or 2918845. OLE color: 2918845.

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

Color convert

RGB 189 137 44 -
CMYK 0 0.28 0.77 0.26
HSL 38.48º 0.62% 0.46% -
HSV(B) 38.48º 0.77% 0.74% -
XYZ 30.39 28.89 6.36 -
YUV 141.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 189 137 44 0 0.28 0.77 0.26 38.48 0.62 0.46
Hex BD 89 2C 0 1C 4D 1A 26 3E 2E
Octal 275 211 54 0 34 115 32 46 76 56
Binary 10111101 10001001 101100 0 11100 1001101 11010 100110 111110 101110

Color Harmonies of #BD892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD892C

Black with #BD892C

Text Example


Text Example

White with #BD892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD892C; }

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

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

background-color css

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

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

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

border-color css

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

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

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