Html Css Color HEX #BD965D Barley Corn

📋 copy color: '#BD965D'

red 189 ◦ green 150 ◦ blue 93

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

Shades of Barley Corn #BD965D

Tints of Barley Corn #BD965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.72%

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

R = 43.75%
G = 34.72%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD965D (or 0xBD965D) is known color: Barley Corn. HEX triplet: BD, 96 and 5D. RGB value is (189,150,93). Sum of RGB (Red+Green+Blue) = 189+150+93=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD965D is #4269A2. Grayscale: #9B9B9B. Windows color (decimal): -4352419 or 6133437. OLE color: 6133437.

HSL color Cylindrical-coordinate representation of color #BD965D: hue angle of 35.62º 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 #BD965D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 150 93 -
CMYK 0 0.21 0.51 0.26
HSL 35.63º 0.42% 0.55% -
HSV(B) 35.63º 0.51% 0.74% -
XYZ 33.87 33.42 15.02 -
YUV 155.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 189 150 93 0 0.21 0.51 0.26 35.63 0.42 0.55
Hex BD 96 5D 0 15 33 1A 24 2A 37
Octal 275 226 135 0 25 63 32 44 52 67
Binary 10111101 10010110 1011101 0 10101 110011 11010 100100 101010 110111

Color Harmonies of #BD965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD965D

Black with #BD965D

Text Example


Text Example

White with #BD965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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