Html Css Color HEX #BEB34A Sundance

📋 copy color: '#BEB34A'

red 190 ◦ green 179 ◦ blue 74

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

Shades of Sundance #BEB34A

Tints of Sundance #BEB34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.7%

R = 42.89%
G = 40.41%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEB34A (or 0xBEB34A) is known color: Sundance. HEX triplet: BE, B3 and 4A. RGB value is (190,179,74). Sum of RGB (Red+Green+Blue) = 190+179+74=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB34A is #414CB5. Grayscale: #AAAAAA. Windows color (decimal): -4279478 or 4895678. OLE color: 4895678.

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

Color convert

RGB 190 179 74 -
CMYK 0 0.06 0.61 0.25
HSL 54.31º 0.47% 0.52% -
HSV(B) 54.31º 0.61% 0.75% -
XYZ 38.59 43.68 12.88 -
YUV 170.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 190 179 74 0 0.06 0.61 0.25 54.31 0.47 0.52
Hex BE B3 4A 0 6 3D 19 36 2F 34
Octal 276 263 112 0 6 75 31 66 57 64
Binary 10111110 10110011 1001010 0 110 111101 11001 110110 101111 110100

Color Harmonies of #BEB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB34A

Black with #BEB34A

Text Example


Text Example

White with #BEB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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