Html Css Color HEX #BD975D Barley Corn

📋 copy color: '#BD975D'

red 189 ◦ green 151 ◦ blue 93

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

Shades of Barley Corn #BD975D

Tints of Barley Corn #BD975D

RGB

 RED value IS 189 (74.22% from 255) = 43.65%

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

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

R = 43.65%
G = 34.87%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD975D (or 0xBD975D) is known color: Barley Corn. HEX triplet: BD, 97 and 5D. RGB value is (189,151,93). Sum of RGB (Red+Green+Blue) = 189+151+93=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD975D is #4268A2. Grayscale: #9C9C9C. Windows color (decimal): -4352163 or 6133693. OLE color: 6133693.

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

Color convert

RGB 189 151 93 -
CMYK 0 0.20 0.51 0.26
HSL 36.25º 0.42% 0.55% -
HSV(B) 36.25º 0.51% 0.74% -
XYZ 34.03 33.74 15.08 -
YUV 155.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 189 151 93 0 0.20 0.51 0.26 36.25 0.42 0.55
Hex BD 97 5D 0 14 33 1A 24 2A 37
Octal 275 227 135 0 24 63 32 44 52 67
Binary 10111101 10010111 1011101 0 10100 110011 11010 100100 101010 110111

Color Harmonies of #BD975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD975D

Black with #BD975D

Text Example


Text Example

White with #BD975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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