Html Css Color HEX #B58F68 Barley Corn

📋 copy color: '#B58F68'

red 181 ◦ green 143 ◦ blue 104

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

Shades of Barley Corn #B58F68

Tints of Barley Corn #B58F68

RGB

 RED value IS 181 (71.09% from 255) = 42.29%

 GREEN value IS 143 (56.25% from 255) = 33.41%

 BLUE value IS 104 (41.02% from 255) = 24.3%

R = 42.29%
G = 33.41%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B58F68 (or 0xB58F68) is known color: Barley Corn. HEX triplet: B5, 8F and 68. RGB value is (181,143,104). Sum of RGB (Red+Green+Blue) = 181+143+104=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F68 is #4A7097. Grayscale: #969696. Windows color (decimal): -4878488 or 6852533. OLE color: 6852533.

HSL color Cylindrical-coordinate representation of color #B58F68: hue angle of 30.39º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58F68 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 143 104 -
CMYK 0 0.21 0.43 0.29
HSL 30.39º 0.34% 0.56% -
HSV(B) 30.39º 0.43% 0.71% -
XYZ 31.38 30.47 17.32 -
YUV 149.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 181 143 104 0 0.21 0.43 0.29 30.39 0.34 0.56
Hex B5 8F 68 0 15 2B 1D 1E 22 38
Octal 265 217 150 0 25 53 35 36 42 70
Binary 10110101 10001111 1101000 0 10101 101011 11101 11110 100010 111000

Color Harmonies of #B58F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58F68

Black with #B58F68

Text Example


Text Example

White with #B58F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58F68; }

 p { color: rgb(181,143,104); }

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

background-color css

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

 a { background-color: rgb(181,143,104); }

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

border-color css

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

 span { border-color: rgb(181,143,104); }

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