Html Css Color HEX #B69B5D Barley Corn

📋 copy color: '#B69B5D'

red 182 ◦ green 155 ◦ blue 93

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

Shades of Barley Corn #B69B5D

Tints of Barley Corn #B69B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.05%

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 42.33%
G = 36.05%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B69B5D (or 0xB69B5D) is known color: Barley Corn. HEX triplet: B6, 9B and 5D. RGB value is (182,155,93). Sum of RGB (Red+Green+Blue) = 182+155+93=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B5D is #4964A2. Grayscale: #9C9C9C. Windows color (decimal): -4809891 or 6134710. OLE color: 6134710.

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

Color convert

RGB 182 155 93 -
CMYK 0 0.15 0.49 0.29
HSL 41.8º 0.38% 0.54% -
HSV(B) 41.8º 0.49% 0.71% -
XYZ 32.99 34.18 15.21 -
YUV 156.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 182 155 93 0 0.15 0.49 0.29 41.8 0.38 0.54
Hex B6 9B 5D 0 F 31 1D 2A 26 36
Octal 266 233 135 0 17 61 35 52 46 66
Binary 10110110 10011011 1011101 0 1111 110001 11101 101010 100110 110110

Color Harmonies of #B69B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69B5D

Black with #B69B5D

Text Example


Text Example

White with #B69B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69B5D; }

 p { color: rgb(182,155,93); }

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

background-color css

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

 a { background-color: rgb(182,155,93); }

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

border-color css

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

 span { border-color: rgb(182,155,93); }

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