Html Css Color HEX #BEA64B Sundance

📋 copy color: '#BEA64B'

red 190 ◦ green 166 ◦ blue 75

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

Shades of Sundance #BEA64B

Tints of Sundance #BEA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.52%

 BLUE value IS 75 (29.69% from 255) = 17.4%

R = 44.08%
G = 38.52%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEA64B (or 0xBEA64B) is known color: Sundance. HEX triplet: BE, A6 and 4B. RGB value is (190,166,75). Sum of RGB (Red+Green+Blue) = 190+166+75=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA64B is #4159B4. Grayscale: #A3A3A3. Windows color (decimal): -4282805 or 4957886. OLE color: 4957886.

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

Color convert

RGB 190 166 75 -
CMYK 0 0.13 0.61 0.25
HSL 47.48º 0.47% 0.52% -
HSV(B) 47.48º 0.61% 0.75% -
XYZ 36.14 38.73 12.23 -
YUV 162.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 190 166 75 0 0.13 0.61 0.25 47.48 0.47 0.52
Hex BE A6 4B 0 D 3D 19 2F 2F 34
Octal 276 246 113 0 15 75 31 57 57 64
Binary 10111110 10100110 1001011 0 1101 111101 11001 101111 101111 110100

Color Harmonies of #BEA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA64B

Black with #BEA64B

Text Example


Text Example

White with #BEA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA64B; }

 p { color: rgb(190,166,75); }

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

background-color css

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

 a { background-color: rgb(190,166,75); }

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

border-color css

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

 span { border-color: rgb(190,166,75); }

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