Html Css Color HEX #B0995A Barley Corn

📋 copy color: '#B0995A'

red 176 ◦ green 153 ◦ blue 90

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

Shades of Barley Corn #B0995A

Tints of Barley Corn #B0995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 42%
G = 36.52%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0995A (or 0xB0995A) is known color: Barley Corn. HEX triplet: B0, 99 and 5A. RGB value is (176,153,90). Sum of RGB (Red+Green+Blue) = 176+153+90=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0995A is #4F66A5. Grayscale: #989898. Windows color (decimal): -5203622 or 5937584. OLE color: 5937584.

HSL color Cylindrical-coordinate representation of color #B0995A: hue angle of 43.95º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0995A is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 90 -
CMYK 0 0.13 0.49 0.31
HSL 43.95º 0.35% 0.52% -
HSV(B) 43.95º 0.49% 0.69% -
XYZ 31.14 32.75 14.35 -
YUV 152.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 176 153 90 0 0.13 0.49 0.31 43.95 0.35 0.52
Hex B0 99 5A 0 D 31 1F 2C 23 34
Octal 260 231 132 0 15 61 37 54 43 64
Binary 10110000 10011001 1011010 0 1101 110001 11111 101100 100011 110100

Color Harmonies of #B0995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0995A

Black with #B0995A

Text Example


Text Example

White with #B0995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0995A; }

 p { color: rgb(176,153,90); }

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

background-color css

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

 a { background-color: rgb(176,153,90); }

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

border-color css

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

 span { border-color: rgb(176,153,90); }

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