Html Css Color HEX #BB975D Barley Corn

📋 copy color: '#BB975D'

red 187 ◦ green 151 ◦ blue 93

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

Shades of Barley Corn #BB975D

Tints of Barley Corn #BB975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.03%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 43.39%
G = 35.03%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB975D (or 0xBB975D) is known color: Barley Corn. HEX triplet: BB, 97 and 5D. RGB value is (187,151,93). Sum of RGB (Red+Green+Blue) = 187+151+93=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB975D is #4468A2. Grayscale: #9B9B9B. Windows color (decimal): -4483235 or 6133691. OLE color: 6133691.

HSL color Cylindrical-coordinate representation of color #BB975D: hue angle of 37.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB975D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 93 -
CMYK 0 0.19 0.50 0.27
HSL 37.02º 0.41% 0.55% -
HSV(B) 37.02º 0.5% 0.73% -
XYZ 33.54 33.49 15.05 -
YUV 155.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 187 151 93 0 0.19 0.50 0.27 37.02 0.41 0.55
Hex BB 97 5D 0 13 32 1B 25 29 37
Octal 273 227 135 0 23 62 33 45 51 67
Binary 10111011 10010111 1011101 0 10011 110010 11011 100101 101001 110111

Color Harmonies of #BB975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB975D

Black with #BB975D

Text Example


Text Example

White with #BB975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB975D; }

 p { color: rgb(187,151,93); }

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

background-color css

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

 a { background-color: rgb(187,151,93); }

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

border-color css

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

 span { border-color: rgb(187,151,93); }

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