Html Css Color HEX #BD9260 Barley Corn

📋 copy color: '#BD9260'

red 189 ◦ green 146 ◦ blue 96

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

Shades of Barley Corn #BD9260

Tints of Barley Corn #BD9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 43.85%
G = 33.87%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD9260 (or 0xBD9260) is known color: Barley Corn. HEX triplet: BD, 92 and 60. RGB value is (189,146,96). Sum of RGB (Red+Green+Blue) = 189+146+96=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9260 is #426D9F. Grayscale: #999999. Windows color (decimal): -4353440 or 6329021. OLE color: 6329021.

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

Color convert

RGB 189 146 96 -
CMYK 0 0.23 0.49 0.26
HSL 32.26º 0.41% 0.56% -
HSV(B) 32.26º 0.49% 0.74% -
XYZ 33.38 32.22 15.53 -
YUV 153.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 189 146 96 0 0.23 0.49 0.26 32.26 0.41 0.56
Hex BD 92 60 0 17 31 1A 20 29 38
Octal 275 222 140 0 27 61 32 40 51 70
Binary 10111101 10010010 1100000 0 10111 110001 11010 100000 101001 111000

Color Harmonies of #BD9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9260

Black with #BD9260

Text Example


Text Example

White with #BD9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9260; }

 p { color: rgb(189,146,96); }

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

background-color css

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

 a { background-color: rgb(189,146,96); }

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

border-color css

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

 span { border-color: rgb(189,146,96); }

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