Html Css Color HEX #BD9462 Barley Corn

📋 copy color: '#BD9462'

red 189 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #BD9462

Tints of Barley Corn #BD9462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.02%

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

R = 43.45%
G = 34.02%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD9462 (or 0xBD9462) is known color: Barley Corn. HEX triplet: BD, 94 and 62. RGB value is (189,148,98). Sum of RGB (Red+Green+Blue) = 189+148+98=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9462 is #426B9D. Grayscale: #9A9A9A. Windows color (decimal): -4352926 or 6460605. OLE color: 6460605.

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

Color convert

RGB 189 148 98 -
CMYK 0 0.22 0.48 0.26
HSL 32.97º 0.41% 0.56% -
HSV(B) 32.97º 0.48% 0.74% -
XYZ 33.78 32.88 16.12 -
YUV 154.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 189 148 98 0 0.22 0.48 0.26 32.97 0.41 0.56
Hex BD 94 62 0 16 30 1A 21 29 38
Octal 275 224 142 0 26 60 32 41 51 70
Binary 10111101 10010100 1100010 0 10110 110000 11010 100001 101001 111000

Color Harmonies of #BD9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9462

Black with #BD9462

Text Example


Text Example

White with #BD9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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