Html Css Color HEX #BEB448 Sundance

📋 copy color: '#BEB448'

red 190 ◦ green 180 ◦ blue 72

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

Shades of Sundance #BEB448

Tints of Sundance #BEB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

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

R = 42.99%
G = 40.72%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BEB448 (or 0xBEB448) is known color: Sundance. HEX triplet: BE, B4 and 48. RGB value is (190,180,72). Sum of RGB (Red+Green+Blue) = 190+180+72=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB448 is #414BB7. Grayscale: #ABABAB. Windows color (decimal): -4279224 or 4764862. OLE color: 4764862.

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

Color convert

RGB 190 180 72 -
CMYK 0 0.05 0.62 0.25
HSL 54.92º 0.48% 0.51% -
HSV(B) 54.92º 0.62% 0.75% -
XYZ 38.73 44.06 12.59 -
YUV 170.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 190 180 72 0 0.05 0.62 0.25 54.92 0.48 0.51
Hex BE B4 48 0 5 3E 19 37 30 33
Octal 276 264 110 0 5 76 31 67 60 63
Binary 10111110 10110100 1001000 0 101 111110 11001 110111 110000 110011

Color Harmonies of #BEB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB448

Black with #BEB448

Text Example


Text Example

White with #BEB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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