Html Css Color HEX #BD945C Barley Corn

📋 copy color: '#BD945C'

red 189 ◦ green 148 ◦ blue 92

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

Shades of Barley Corn #BD945C

Tints of Barley Corn #BD945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 92 (36.33% from 255) = 21.45%

R = 44.06%
G = 34.5%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD945C (or 0xBD945C) is known color: Barley Corn. HEX triplet: BD, 94 and 5C. RGB value is (189,148,92). Sum of RGB (Red+Green+Blue) = 189+148+92=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD945C is #426BA3. Grayscale: #9A9A9A. Windows color (decimal): -4352932 or 6067389. OLE color: 6067389.

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

Color convert

RGB 189 148 92 -
CMYK 0 0.22 0.51 0.26
HSL 34.64º 0.42% 0.55% -
HSV(B) 34.64º 0.51% 0.74% -
XYZ 33.51 32.77 14.68 -
YUV 153.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 189 148 92 0 0.22 0.51 0.26 34.64 0.42 0.55
Hex BD 94 5C 0 16 33 1A 23 2A 37
Octal 275 224 134 0 26 63 32 43 52 67
Binary 10111101 10010100 1011100 0 10110 110011 11010 100011 101010 110111

Color Harmonies of #BD945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD945C

Black with #BD945C

Text Example


Text Example

White with #BD945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD945C; }

 p { color: rgb(189,148,92); }

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

background-color css

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

 a { background-color: rgb(189,148,92); }

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

border-color css

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

 span { border-color: rgb(189,148,92); }

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