Html Css Color HEX #BD9062 Barley Corn

📋 copy color: '#BD9062'

red 189 ◦ green 144 ◦ blue 98

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

Shades of Barley Corn #BD9062

Tints of Barley Corn #BD9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 43.85%
G = 33.41%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD9062 (or 0xBD9062) is known color: Barley Corn. HEX triplet: BD, 90 and 62. RGB value is (189,144,98). Sum of RGB (Red+Green+Blue) = 189+144+98=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9062 is #426F9D. Grayscale: #989898. Windows color (decimal): -4353950 or 6459581. OLE color: 6459581.

HSL color Cylindrical-coordinate representation of color #BD9062: hue angle of 30.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD9062 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 144 98 -
CMYK 0 0.24 0.48 0.26
HSL 30.33º 0.41% 0.56% -
HSV(B) 30.33º 0.48% 0.74% -
XYZ 33.16 31.65 15.92 -
YUV 152.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 189 144 98 0 0.24 0.48 0.26 30.33 0.41 0.56
Hex BD 90 62 0 18 30 1A 1E 29 38
Octal 275 220 142 0 30 60 32 36 51 70
Binary 10111101 10010000 1100010 0 11000 110000 11010 11110 101001 111000

Color Harmonies of #BD9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9062

Black with #BD9062

Text Example


Text Example

White with #BD9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9062; }

 p { color: rgb(189,144,98); }

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

background-color css

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

 a { background-color: rgb(189,144,98); }

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

border-color css

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

 span { border-color: rgb(189,144,98); }

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