Html Css Color HEX #BEAF4C Sundance

📋 copy color: '#BEAF4C'

red 190 ◦ green 175 ◦ blue 76

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

Shades of Sundance #BEAF4C

Tints of Sundance #BEAF4C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

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

R = 43.08%
G = 39.68%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BEAF4C (or 0xBEAF4C) is known color: Sundance. HEX triplet: BE, AF and 4C. RGB value is (190,175,76). Sum of RGB (Red+Green+Blue) = 190+175+76=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF4C is #4150B3. Grayscale: #A8A8A8. Windows color (decimal): -4280500 or 5025726. OLE color: 5025726.

HSL color Cylindrical-coordinate representation of color #BEAF4C: hue angle of 52.11º 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 #BEAF4C is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 175 76 -
CMYK 0 0.08 0.60 0.25
HSL 52.11º 0.47% 0.52% -
HSV(B) 52.11º 0.6% 0.75% -
XYZ 37.87 42.13 12.97 -
YUV 168.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 190 175 76 0 0.08 0.60 0.25 52.11 0.47 0.52
Hex BE AF 4C 0 8 3C 19 34 2F 34
Octal 276 257 114 0 10 74 31 64 57 64
Binary 10111110 10101111 1001100 0 1000 111100 11001 110100 101111 110100

Color Harmonies of #BEAF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF4C

Black with #BEAF4C

Text Example


Text Example

White with #BEAF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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