Html Css Color HEX #BE9F4A Sundance

📋 copy color: '#BE9F4A'

red 190 ◦ green 159 ◦ blue 74

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

Shades of Sundance #BE9F4A

Tints of Sundance #BE9F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.49%

R = 44.92%
G = 37.59%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE9F4A (or 0xBE9F4A) is known color: Sundance. HEX triplet: BE, 9F and 4A. RGB value is (190,159,74). Sum of RGB (Red+Green+Blue) = 190+159+74=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F4A is #4160B5. Grayscale: #9E9E9E. Windows color (decimal): -4284598 or 4890558. OLE color: 4890558.

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

Color convert

RGB 190 159 74 -
CMYK 0 0.16 0.61 0.25
HSL 43.97º 0.47% 0.52% -
HSV(B) 43.97º 0.61% 0.75% -
XYZ 34.87 36.24 11.64 -
YUV 158.58 80.27 150.41 -
System Red Green Blue C M Y K H S L
Decimal 190 159 74 0 0.16 0.61 0.25 43.97 0.47 0.52
Hex BE 9F 4A 0 10 3D 19 2C 2F 34
Octal 276 237 112 0 20 75 31 54 57 64
Binary 10111110 10011111 1001010 0 10000 111101 11001 101100 101111 110100

Color Harmonies of #BE9F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F4A

Black with #BE9F4A

Text Example


Text Example

White with #BE9F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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