Html Css Color HEX #B69B57 Barley Corn

📋 copy color: '#B69B57'

red 182 ◦ green 155 ◦ blue 87

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

Shades of Barley Corn #B69B57

Tints of Barley Corn #B69B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.52%

R = 42.92%
G = 36.56%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B69B57 (or 0xB69B57) is known color: Barley Corn. HEX triplet: B6, 9B and 57. RGB value is (182,155,87). Sum of RGB (Red+Green+Blue) = 182+155+87=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B57 is #4964A8. Grayscale: #9B9B9B. Windows color (decimal): -4809897 or 5741494. OLE color: 5741494.

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

Color convert

RGB 182 155 87 -
CMYK 0 0.15 0.52 0.29
HSL 42.95º 0.39% 0.53% -
HSV(B) 42.95º 0.52% 0.71% -
XYZ 32.73 34.08 13.87 -
YUV 155.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 182 155 87 0 0.15 0.52 0.29 42.95 0.39 0.53
Hex B6 9B 57 0 F 34 1D 2B 27 35
Octal 266 233 127 0 17 64 35 53 47 65
Binary 10110110 10011011 1010111 0 1111 110100 11101 101011 100111 110101

Color Harmonies of #B69B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69B57

Black with #B69B57

Text Example


Text Example

White with #B69B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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