Html Css Color HEX #B68A5A Barley Corn

📋 copy color: '#B68A5A'

red 182 ◦ green 138 ◦ blue 90

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

Shades of Barley Corn #B68A5A

Tints of Barley Corn #B68A5A

RGB

 RED value IS 182 (71.48% from 255) = 44.39%

 GREEN value IS 138 (54.3% from 255) = 33.66%

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

R = 44.39%
G = 33.66%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B68A5A (or 0xB68A5A) is known color: Barley Corn. HEX triplet: B6, 8A and 5A. RGB value is (182,138,90). Sum of RGB (Red+Green+Blue) = 182+138+90=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A5A is #4975A5. Grayscale: #919191. Windows color (decimal): -4814246 or 5933750. OLE color: 5933750.

HSL color Cylindrical-coordinate representation of color #B68A5A: hue angle of 31.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B68A5A is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 138 90 -
CMYK 0 0.24 0.51 0.29
HSL 31.3º 0.39% 0.53% -
HSV(B) 31.3º 0.51% 0.71% -
XYZ 30.23 28.86 13.65 -
YUV 145.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 182 138 90 0 0.24 0.51 0.29 31.3 0.39 0.53
Hex B6 8A 5A 0 18 33 1D 1F 27 35
Octal 266 212 132 0 30 63 35 37 47 65
Binary 10110110 10001010 1011010 0 11000 110011 11101 11111 100111 110101

Color Harmonies of #B68A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A5A

Black with #B68A5A

Text Example


Text Example

White with #B68A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A5A; }

 p { color: rgb(182,138,90); }

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

background-color css

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

 a { background-color: rgb(182,138,90); }

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

border-color css

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

 span { border-color: rgb(182,138,90); }

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