Html Css Color HEX #BEAB4B Sundance

📋 copy color: '#BEAB4B'

red 190 ◦ green 171 ◦ blue 75

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

Shades of Sundance #BEAB4B

Tints of Sundance #BEAB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 75 (29.69% from 255) = 17.2%

R = 43.58%
G = 39.22%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEAB4B (or 0xBEAB4B) is known color: Sundance. HEX triplet: BE, AB and 4B. RGB value is (190,171,75). Sum of RGB (Red+Green+Blue) = 190+171+75=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB4B is #4154B4. Grayscale: #A6A6A6. Windows color (decimal): -4281525 or 4959166. OLE color: 4959166.

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

Color convert

RGB 190 171 75 -
CMYK 0 0.10 0.61 0.25
HSL 50.09º 0.47% 0.52% -
HSV(B) 50.09º 0.61% 0.75% -
XYZ 37.07 40.58 12.54 -
YUV 165.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 190 171 75 0 0.10 0.61 0.25 50.09 0.47 0.52
Hex BE AB 4B 0 A 3D 19 32 2F 34
Octal 276 253 113 0 12 75 31 62 57 64
Binary 10111110 10101011 1001011 0 1010 111101 11001 110010 101111 110100

Color Harmonies of #BEAB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB4B

Black with #BEAB4B

Text Example


Text Example

White with #BEAB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB4B; }

 p { color: rgb(190,171,75); }

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

background-color css

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

 a { background-color: rgb(190,171,75); }

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

border-color css

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

 span { border-color: rgb(190,171,75); }

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