Html Css Color HEX #BD965F Barley Corn

📋 copy color: '#BD965F'

red 189 ◦ green 150 ◦ blue 95

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

Shades of Barley Corn #BD965F

Tints of Barley Corn #BD965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.89%

R = 43.55%
G = 34.56%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD965F (or 0xBD965F) is known color: Barley Corn. HEX triplet: BD, 96 and 5F. RGB value is (189,150,95). Sum of RGB (Red+Green+Blue) = 189+150+95=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD965F is #4269A0. Grayscale: #9B9B9B. Windows color (decimal): -4352417 or 6264509. OLE color: 6264509.

HSL color Cylindrical-coordinate representation of color #BD965F: hue angle of 35.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD965F is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 150 95 -
CMYK 0 0.21 0.50 0.26
HSL 35.11º 0.42% 0.56% -
HSV(B) 35.11º 0.5% 0.74% -
XYZ 33.96 33.46 15.49 -
YUV 155.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 189 150 95 0 0.21 0.50 0.26 35.11 0.42 0.56
Hex BD 96 5F 0 15 32 1A 23 2A 38
Octal 275 226 137 0 25 62 32 43 52 70
Binary 10111101 10010110 1011111 0 10101 110010 11010 100011 101010 111000

Color Harmonies of #BD965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD965F

Black with #BD965F

Text Example


Text Example

White with #BD965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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