Html Css Color HEX #BEB249 Sundance

📋 copy color: '#BEB249'

red 190 ◦ green 178 ◦ blue 73

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

Shades of Sundance #BEB249

Tints of Sundance #BEB249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.55%

R = 43.08%
G = 40.36%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BEB249 (or 0xBEB249) is known color: Sundance. HEX triplet: BE, B2 and 49. RGB value is (190,178,73). Sum of RGB (Red+Green+Blue) = 190+178+73=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB249 is #414DB6. Grayscale: #AAAAAA. Windows color (decimal): -4279735 or 4829886. OLE color: 4829886.

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

Color convert

RGB 190 178 73 -
CMYK 0 0.06 0.62 0.25
HSL 53.85º 0.47% 0.52% -
HSV(B) 53.85º 0.62% 0.75% -
XYZ 38.36 43.27 12.63 -
YUV 169.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 190 178 73 0 0.06 0.62 0.25 53.85 0.47 0.52
Hex BE B2 49 0 6 3E 19 36 2F 34
Octal 276 262 111 0 6 76 31 66 57 64
Binary 10111110 10110010 1001001 0 110 111110 11001 110110 101111 110100

Color Harmonies of #BEB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB249

Black with #BEB249

Text Example


Text Example

White with #BEB249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB249; }

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

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

background-color css

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

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

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

border-color css

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

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

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