Html Css Color HEX #B09569 Barley Corn

📋 copy color: '#B09569'

red 176 ◦ green 149 ◦ blue 105

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

Shades of Barley Corn #B09569

Tints of Barley Corn #B09569

RGB

 RED value IS 176 (69.14% from 255) = 40.93%

 GREEN value IS 149 (58.59% from 255) = 34.65%

 BLUE value IS 105 (41.41% from 255) = 24.42%

R = 40.93%
G = 34.65%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B09569 (or 0xB09569) is known color: Barley Corn. HEX triplet: B0, 95 and 69. RGB value is (176,149,105). Sum of RGB (Red+Green+Blue) = 176+149+105=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B09569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09569 is #4F6A96. Grayscale: #989898. Windows color (decimal): -5204631 or 6919600. OLE color: 6919600.

HSL color Cylindrical-coordinate representation of color #B09569: hue angle of 37.18º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B09569 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 105 -
CMYK 0 0.15 0.40 0.31
HSL 37.18º 0.31% 0.55% -
HSV(B) 37.18º 0.4% 0.69% -
XYZ 31.2 31.74 17.85 -
YUV 152.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 176 149 105 0 0.15 0.40 0.31 37.18 0.31 0.55
Hex B0 95 69 0 F 28 1F 25 1F 37
Octal 260 225 151 0 17 50 37 45 37 67
Binary 10110000 10010101 1101001 0 1111 101000 11111 100101 11111 110111

Color Harmonies of #B09569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09569

Black with #B09569

Text Example


Text Example

White with #B09569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09569; }

 p { color: rgb(176,149,105); }

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

background-color css

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

 a { background-color: rgb(176,149,105); }

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

border-color css

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

 span { border-color: rgb(176,149,105); }

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