Html Css Color HEX #B69058 Barley Corn

📋 copy color: '#B69058'

red 182 ◦ green 144 ◦ blue 88

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

Shades of Barley Corn #B69058

Tints of Barley Corn #B69058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 88 (34.77% from 255) = 21.26%

R = 43.96%
G = 34.78%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B69058 (or 0xB69058) is known color: Barley Corn. HEX triplet: B6, 90 and 58. RGB value is (182,144,88). Sum of RGB (Red+Green+Blue) = 182+144+88=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B69058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69058 is #496FA7. Grayscale: #959595. Windows color (decimal): -4812712 or 5804214. OLE color: 5804214.

HSL color Cylindrical-coordinate representation of color #B69058: hue angle of 35.74º 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 #B69058 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 144 88 -
CMYK 0 0.21 0.52 0.29
HSL 35.74º 0.39% 0.53% -
HSV(B) 35.74º 0.52% 0.71% -
XYZ 31.03 30.6 13.5 -
YUV 148.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 182 144 88 0 0.21 0.52 0.29 35.74 0.39 0.53
Hex B6 90 58 0 15 34 1D 24 27 35
Octal 266 220 130 0 25 64 35 44 47 65
Binary 10110110 10010000 1011000 0 10101 110100 11101 100100 100111 110101

Color Harmonies of #B69058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69058

Black with #B69058

Text Example


Text Example

White with #B69058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69058; }

 p { color: rgb(182,144,88); }

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

background-color css

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

 a { background-color: rgb(182,144,88); }

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

border-color css

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

 span { border-color: rgb(182,144,88); }

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