Html Css Color HEX #B69A67 Barley Corn

📋 copy color: '#B69A67'

red 182 ◦ green 154 ◦ blue 103

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

Shades of Barley Corn #B69A67

Tints of Barley Corn #B69A67

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 41.46%
G = 35.08%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B69A67 (or 0xB69A67) is known color: Barley Corn. HEX triplet: B6, 9A and 67. RGB value is (182,154,103). Sum of RGB (Red+Green+Blue) = 182+154+103=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A67 is #496598. Grayscale: #9C9C9C. Windows color (decimal): -4810137 or 6789814. OLE color: 6789814.

HSL color Cylindrical-coordinate representation of color #B69A67: hue angle of 38.73º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B69A67 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 154 103 -
CMYK 0 0.15 0.43 0.29
HSL 38.73º 0.35% 0.56% -
HSV(B) 38.73º 0.43% 0.71% -
XYZ 33.3 34.04 17.65 -
YUV 156.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 182 154 103 0 0.15 0.43 0.29 38.73 0.35 0.56
Hex B6 9A 67 0 F 2B 1D 27 23 38
Octal 266 232 147 0 17 53 35 47 43 70
Binary 10110110 10011010 1100111 0 1111 101011 11101 100111 100011 111000

Color Harmonies of #B69A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A67

Black with #B69A67

Text Example


Text Example

White with #B69A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A67; }

 p { color: rgb(182,154,103); }

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

background-color css

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

 a { background-color: rgb(182,154,103); }

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

border-color css

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

 span { border-color: rgb(182,154,103); }

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