Html Css Color HEX #B38A62 Barley Corn

📋 copy color: '#B38A62'

red 179 ◦ green 138 ◦ blue 98

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

Shades of Barley Corn #B38A62

Tints of Barley Corn #B38A62

RGB

 RED value IS 179 (70.31% from 255) = 43.13%

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

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 43.13%
G = 33.25%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B38A62 (or 0xB38A62) is known color: Barley Corn. HEX triplet: B3, 8A and 62. RGB value is (179,138,98). Sum of RGB (Red+Green+Blue) = 179+138+98=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A62 is #4C759D. Grayscale: #919191. Windows color (decimal): -5010846 or 6458035. OLE color: 6458035.

HSL color Cylindrical-coordinate representation of color #B38A62: hue angle of 29.63º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38A62 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 138 98 -
CMYK 0 0.23 0.45 0.30
HSL 29.63º 0.35% 0.54% -
HSV(B) 29.63º 0.45% 0.7% -
XYZ 29.88 28.64 15.51 -
YUV 145.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 179 138 98 0 0.23 0.45 0.30 29.63 0.35 0.54
Hex B3 8A 62 0 17 2D 1E 1E 23 36
Octal 263 212 142 0 27 55 36 36 43 66
Binary 10110011 10001010 1100010 0 10111 101101 11110 11110 100011 110110

Color Harmonies of #B38A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A62

Black with #B38A62

Text Example


Text Example

White with #B38A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A62; }

 p { color: rgb(179,138,98); }

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

background-color css

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

 a { background-color: rgb(179,138,98); }

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

border-color css

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

 span { border-color: rgb(179,138,98); }

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