Html Css Color HEX #BB9462 Barley Corn

📋 copy color: '#BB9462'

red 187 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #BB9462

Tints of Barley Corn #BB9462

RGB

 RED value IS 187 (73.44% from 255) = 43.19%

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

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

R = 43.19%
G = 34.18%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB9462 (or 0xBB9462) is known color: Barley Corn. HEX triplet: BB, 94 and 62. RGB value is (187,148,98). Sum of RGB (Red+Green+Blue) = 187+148+98=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9462 is #446B9D. Grayscale: #9A9A9A. Windows color (decimal): -4483998 or 6460603. OLE color: 6460603.

HSL color Cylindrical-coordinate representation of color #BB9462: hue angle of 33.71º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB9462 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 98 -
CMYK 0 0.21 0.48 0.27
HSL 33.71º 0.4% 0.56% -
HSV(B) 33.71º 0.48% 0.73% -
XYZ 33.29 32.63 16.1 -
YUV 153.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 187 148 98 0 0.21 0.48 0.27 33.71 0.4 0.56
Hex BB 94 62 0 15 30 1B 22 28 38
Octal 273 224 142 0 25 60 33 42 50 70
Binary 10111011 10010100 1100010 0 10101 110000 11011 100010 101000 111000

Color Harmonies of #BB9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9462

Black with #BB9462

Text Example


Text Example

White with #BB9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9462; }

 p { color: rgb(187,148,98); }

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

background-color css

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

 a { background-color: rgb(187,148,98); }

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

border-color css

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

 span { border-color: rgb(187,148,98); }

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