Html Css Color HEX #BEA56B Laser

📋 copy color: '#BEA56B'

red 190 ◦ green 165 ◦ blue 107

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

Shades of Laser #BEA56B

Tints of Laser #BEA56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 107 (42.19% from 255) = 23.16%

R = 41.13%
G = 35.71%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEA56B (or 0xBEA56B) is known color: Laser. HEX triplet: BE, A5 and 6B. RGB value is (190,165,107). Sum of RGB (Red+Green+Blue) = 190+165+107=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA56B is #415A94. Grayscale: #A6A6A6. Windows color (decimal): -4283029 or 7054782. OLE color: 7054782.

HSL color Cylindrical-coordinate representation of color #BEA56B: hue angle of 41.93º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEA56B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 107 -
CMYK 0 0.13 0.44 0.25
HSL 41.93º 0.39% 0.58% -
HSV(B) 41.93º 0.44% 0.75% -
XYZ 37.34 38.92 19.45 -
YUV 165.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 190 165 107 0 0.13 0.44 0.25 41.93 0.39 0.58
Hex BE A5 6B 0 D 2C 19 2A 27 3A
Octal 276 245 153 0 15 54 31 52 47 72
Binary 10111110 10100101 1101011 0 1101 101100 11001 101010 100111 111010

Color Harmonies of #BEA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA56B

Black with #BEA56B

Text Example


Text Example

White with #BEA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA56B; }

 p { color: rgb(190,165,107); }

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

background-color css

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

 a { background-color: rgb(190,165,107); }

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

border-color css

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

 span { border-color: rgb(190,165,107); }

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