Html Css Color HEX #BEB24D Sundance

📋 copy color: '#BEB24D'

red 190 ◦ green 178 ◦ blue 77

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

Shades of Sundance #BEB24D

Tints of Sundance #BEB24D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 77 (30.47% from 255) = 17.3%

R = 42.7%
G = 40%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BEB24D (or 0xBEB24D) is known color: Sundance. HEX triplet: BE, B2 and 4D. RGB value is (190,178,77). Sum of RGB (Red+Green+Blue) = 190+178+77=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB24D is #414DB2. Grayscale: #AAAAAA. Windows color (decimal): -4279731 or 5092030. OLE color: 5092030.

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

Color convert

RGB 190 178 77 -
CMYK 0 0.06 0.59 0.25
HSL 53.63º 0.47% 0.52% -
HSV(B) 53.63º 0.59% 0.75% -
XYZ 38.5 43.32 13.35 -
YUV 170.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 190 178 77 0 0.06 0.59 0.25 53.63 0.47 0.52
Hex BE B2 4D 0 6 3B 19 36 2F 34
Octal 276 262 115 0 6 73 31 66 57 64
Binary 10111110 10110010 1001101 0 110 111011 11001 110110 101111 110100

Color Harmonies of #BEB24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB24D

Black with #BEB24D

Text Example


Text Example

White with #BEB24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB24D; }

 p { color: rgb(190,178,77); }

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

background-color css

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

 a { background-color: rgb(190,178,77); }

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

border-color css

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

 span { border-color: rgb(190,178,77); }

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