Html Css Color HEX #B78A66 Barley Corn

📋 copy color: '#B78A66'

red 183 ◦ green 138 ◦ blue 102

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

Shades of Barley Corn #B78A66

Tints of Barley Corn #B78A66

RGB

 RED value IS 183 (71.88% from 255) = 43.26%

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

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 43.26%
G = 32.62%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B78A66 (or 0xB78A66) is known color: Barley Corn. HEX triplet: B7, 8A and 66. RGB value is (183,138,102). Sum of RGB (Red+Green+Blue) = 183+138+102=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A66 is #487599. Grayscale: #939393. Windows color (decimal): -4748698 or 6720183. OLE color: 6720183.

HSL color Cylindrical-coordinate representation of color #B78A66: hue angle of 26.67º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78A66 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 102 -
CMYK 0 0.25 0.44 0.28
HSL 26.67º 0.36% 0.56% -
HSV(B) 26.67º 0.44% 0.72% -
XYZ 31.02 29.2 16.57 -
YUV 147.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 183 138 102 0 0.25 0.44 0.28 26.67 0.36 0.56
Hex B7 8A 66 0 19 2C 1C 1B 24 38
Octal 267 212 146 0 31 54 34 33 44 70
Binary 10110111 10001010 1100110 0 11001 101100 11100 11011 100100 111000

Color Harmonies of #B78A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A66

Black with #B78A66

Text Example


Text Example

White with #B78A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A66; }

 p { color: rgb(183,138,102); }

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

background-color css

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

 a { background-color: rgb(183,138,102); }

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

border-color css

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

 span { border-color: rgb(183,138,102); }

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