Html Css Color HEX #B09665 Barley Corn

📋 copy color: '#B09665'

red 176 ◦ green 150 ◦ blue 101

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

Shades of Barley Corn #B09665

Tints of Barley Corn #B09665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 41.22%
G = 35.13%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B09665 (or 0xB09665) is known color: Barley Corn. HEX triplet: B0, 96 and 65. RGB value is (176,150,101). Sum of RGB (Red+Green+Blue) = 176+150+101=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B09665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09665 is #4F699A. Grayscale: #989898. Windows color (decimal): -5204379 or 6657712. OLE color: 6657712.

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

Color convert

RGB 176 150 101 -
CMYK 0 0.15 0.43 0.31
HSL 39.2º 0.32% 0.54% -
HSV(B) 39.2º 0.43% 0.69% -
XYZ 31.16 31.98 16.84 -
YUV 152.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 176 150 101 0 0.15 0.43 0.31 39.2 0.32 0.54
Hex B0 96 65 0 F 2B 1F 27 20 36
Octal 260 226 145 0 17 53 37 47 40 66
Binary 10110000 10010110 1100101 0 1111 101011 11111 100111 100000 110110

Color Harmonies of #B09665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09665

Black with #B09665

Text Example


Text Example

White with #B09665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09665; }

 p { color: rgb(176,150,101); }

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

background-color css

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

 a { background-color: rgb(176,150,101); }

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

border-color css

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

 span { border-color: rgb(176,150,101); }

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