Html Css Color HEX #BEA85B Laser

📋 copy color: '#BEA85B'

red 190 ◦ green 168 ◦ blue 91

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

Shades of Laser #BEA85B

Tints of Laser #BEA85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.42%

 BLUE value IS 91 (35.94% from 255) = 20.27%

R = 42.32%
G = 37.42%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEA85B (or 0xBEA85B) is known color: Laser. HEX triplet: BE, A8 and 5B. RGB value is (190,168,91). Sum of RGB (Red+Green+Blue) = 190+168+91=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA85B is #4157A4. Grayscale: #A6A6A6. Windows color (decimal): -4282277 or 6006974. OLE color: 6006974.

HSL color Cylindrical-coordinate representation of color #BEA85B: hue angle of 46.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEA85B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 168 91 -
CMYK 0 0.12 0.52 0.25
HSL 46.67º 0.43% 0.55% -
HSV(B) 46.67º 0.52% 0.75% -
XYZ 37.13 39.71 15.61 -
YUV 165.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 190 168 91 0 0.12 0.52 0.25 46.67 0.43 0.55
Hex BE A8 5B 0 C 34 19 2F 2B 37
Octal 276 250 133 0 14 64 31 57 53 67
Binary 10111110 10101000 1011011 0 1100 110100 11001 101111 101011 110111

Color Harmonies of #BEA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA85B

Black with #BEA85B

Text Example


Text Example

White with #BEA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA85B; }

 p { color: rgb(190,168,91); }

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

background-color css

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

 a { background-color: rgb(190,168,91); }

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

border-color css

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

 span { border-color: rgb(190,168,91); }

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