Html Css Color HEX #B89452 Barley Corn

📋 copy color: '#B89452'

red 184 ◦ green 148 ◦ blue 82

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

Shades of Barley Corn #B89452

Tints of Barley Corn #B89452

RGB

 RED value IS 184 (72.27% from 255) = 44.44%

 GREEN value IS 148 (58.2% from 255) = 35.75%

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 44.44%
G = 35.75%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B89452 (or 0xB89452) is known color: Barley Corn. HEX triplet: B8, 94 and 52. RGB value is (184,148,82). Sum of RGB (Red+Green+Blue) = 184+148+82=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B89452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89452 is #476BAD. Grayscale: #979797. Windows color (decimal): -4680622 or 5412024. OLE color: 5412024.

HSL color Cylindrical-coordinate representation of color #B89452: hue angle of 38.82º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B89452 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 82 -
CMYK 0 0.20 0.55 0.28
HSL 38.82º 0.42% 0.52% -
HSV(B) 38.82º 0.55% 0.72% -
XYZ 31.88 31.98 12.48 -
YUV 151.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 184 148 82 0 0.20 0.55 0.28 38.82 0.42 0.52
Hex B8 94 52 0 14 37 1C 27 2A 34
Octal 270 224 122 0 24 67 34 47 52 64
Binary 10111000 10010100 1010010 0 10100 110111 11100 100111 101010 110100

Color Harmonies of #B89452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89452

Black with #B89452

Text Example


Text Example

White with #B89452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89452; }

 p { color: rgb(184,148,82); }

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

background-color css

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

 a { background-color: rgb(184,148,82); }

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

border-color css

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

 span { border-color: rgb(184,148,82); }

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