Html Css Color HEX #BEB24B Sundance

📋 copy color: '#BEB24B'

red 190 ◦ green 178 ◦ blue 75

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

Shades of Sundance #BEB24B

Tints of Sundance #BEB24B

RGB

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

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

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

R = 42.89%
G = 40.18%
B = 16.93%

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

#BEB24B (or 0xBEB24B) is known color: Sundance. HEX triplet: BE, B2 and 4B. RGB value is (190,178,75). Sum of RGB (Red+Green+Blue) = 190+178+75=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB24B is #414DB4. Grayscale: #AAAAAA. Windows color (decimal): -4279733 or 4960958. OLE color: 4960958.

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

Color convert

RGB 190 178 75 -
CMYK 0 0.06 0.61 0.25
HSL 53.74º 0.47% 0.52% -
HSV(B) 53.74º 0.61% 0.75% -
XYZ 38.43 43.3 12.99 -
YUV 169.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 190 178 75 0 0.06 0.61 0.25 53.74 0.47 0.52
Hex BE B2 4B 0 6 3D 19 36 2F 34
Octal 276 262 113 0 6 75 31 66 57 64
Binary 10111110 10110010 1001011 0 110 111101 11001 110110 101111 110100

Color Harmonies of #BEB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB24B

Black with #BEB24B

Text Example


Text Example

White with #BEB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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