Html Css Color HEX #BE9F4C Sundance

📋 copy color: '#BE9F4C'

red 190 ◦ green 159 ◦ blue 76

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

Shades of Sundance #BE9F4C

Tints of Sundance #BE9F4C

RGB

 RED value IS 190 (74.61% from 255) = 44.71%

 GREEN value IS 159 (62.5% from 255) = 37.41%

 BLUE value IS 76 (30.08% from 255) = 17.88%

R = 44.71%
G = 37.41%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE9F4C (or 0xBE9F4C) is known color: Sundance. HEX triplet: BE, 9F and 4C. RGB value is (190,159,76). Sum of RGB (Red+Green+Blue) = 190+159+76=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F4C is #4160B3. Grayscale: #9F9F9F. Windows color (decimal): -4284596 or 5021630. OLE color: 5021630.

HSL color Cylindrical-coordinate representation of color #BE9F4C: hue angle of 43.68º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE9F4C is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 159 76 -
CMYK 0 0.16 0.60 0.25
HSL 43.68º 0.47% 0.52% -
HSV(B) 43.68º 0.6% 0.75% -
XYZ 34.94 36.27 12 -
YUV 158.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 190 159 76 0 0.16 0.60 0.25 43.68 0.47 0.52
Hex BE 9F 4C 0 10 3C 19 2C 2F 34
Octal 276 237 114 0 20 74 31 54 57 64
Binary 10111110 10011111 1001100 0 10000 111100 11001 101100 101111 110100

Color Harmonies of #BE9F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F4C

Black with #BE9F4C

Text Example


Text Example

White with #BE9F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F4C; }

 p { color: rgb(190,159,76); }

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

background-color css

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

 a { background-color: rgb(190,159,76); }

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

border-color css

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

 span { border-color: rgb(190,159,76); }

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