Html Css Color HEX #BC975B Barley Corn

📋 copy color: '#BC975B'

red 188 ◦ green 151 ◦ blue 91

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

Shades of Barley Corn #BC975B

Tints of Barley Corn #BC975B

RGB

 RED value IS 188 (73.83% from 255) = 43.72%

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 43.72%
G = 35.12%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC975B (or 0xBC975B) is known color: Barley Corn. HEX triplet: BC, 97 and 5B. RGB value is (188,151,91). Sum of RGB (Red+Green+Blue) = 188+151+91=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC975B is #4368A4. Grayscale: #9B9B9B. Windows color (decimal): -4417701 or 6002620. OLE color: 6002620.

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

Color convert

RGB 188 151 91 -
CMYK 0 0.20 0.52 0.26
HSL 37.11º 0.42% 0.55% -
HSV(B) 37.11º 0.52% 0.74% -
XYZ 33.69 33.58 14.6 -
YUV 155.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 188 151 91 0 0.20 0.52 0.26 37.11 0.42 0.55
Hex BC 97 5B 0 14 34 1A 25 2A 37
Octal 274 227 133 0 24 64 32 45 52 67
Binary 10111100 10010111 1011011 0 10100 110100 11010 100101 101010 110111

Color Harmonies of #BC975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC975B

Black with #BC975B

Text Example


Text Example

White with #BC975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC975B; }

 p { color: rgb(188,151,91); }

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

background-color css

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

 a { background-color: rgb(188,151,91); }

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

border-color css

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

 span { border-color: rgb(188,151,91); }

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