Html Css Color HEX #BEB348 Sundance

📋 copy color: '#BEB348'

red 190 ◦ green 179 ◦ blue 72

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

Shades of Sundance #BEB348

Tints of Sundance #BEB348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 43.08%
G = 40.59%
B = 16.33%

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

#BEB348 (or 0xBEB348) is known color: Sundance. HEX triplet: BE, B3 and 48. RGB value is (190,179,72). Sum of RGB (Red+Green+Blue) = 190+179+72=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB348 is #414CB7. Grayscale: #AAAAAA. Windows color (decimal): -4279480 or 4764606. OLE color: 4764606.

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

Color convert

RGB 190 179 72 -
CMYK 0 0.06 0.62 0.25
HSL 54.41º 0.48% 0.51% -
HSV(B) 54.41º 0.62% 0.75% -
XYZ 38.53 43.66 12.53 -
YUV 170.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 190 179 72 0 0.06 0.62 0.25 54.41 0.48 0.51
Hex BE B3 48 0 6 3E 19 36 30 33
Octal 276 263 110 0 6 76 31 66 60 63
Binary 10111110 10110011 1001000 0 110 111110 11001 110110 110000 110011

Color Harmonies of #BEB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB348

Black with #BEB348

Text Example


Text Example

White with #BEB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB348; }

 p { color: rgb(190,179,72); }

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

background-color css

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

 a { background-color: rgb(190,179,72); }

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

border-color css

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

 span { border-color: rgb(190,179,72); }

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