Html Css Color HEX #BD965B Barley Corn

📋 copy color: '#BD965B'

red 189 ◦ green 150 ◦ blue 91

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

Shades of Barley Corn #BD965B

Tints of Barley Corn #BD965B

RGB

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

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

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

R = 43.95%
G = 34.88%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD965B (or 0xBD965B) is known color: Barley Corn. HEX triplet: BD, 96 and 5B. RGB value is (189,150,91). Sum of RGB (Red+Green+Blue) = 189+150+91=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD965B is #4269A4. Grayscale: #9B9B9B. Windows color (decimal): -4352421 or 6002365. OLE color: 6002365.

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

Color convert

RGB 189 150 91 -
CMYK 0 0.21 0.52 0.26
HSL 36.12º 0.43% 0.55% -
HSV(B) 36.12º 0.52% 0.74% -
XYZ 33.78 33.39 14.56 -
YUV 154.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 189 150 91 0 0.21 0.52 0.26 36.12 0.43 0.55
Hex BD 96 5B 0 15 34 1A 24 2B 37
Octal 275 226 133 0 25 64 32 44 53 67
Binary 10111101 10010110 1011011 0 10101 110100 11010 100100 101011 110111

Color Harmonies of #BD965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD965B

Black with #BD965B

Text Example


Text Example

White with #BD965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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