Html Css Color HEX #BEA867 Laser

📋 copy color: '#BEA867'

red 190 ◦ green 168 ◦ blue 103

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

Shades of Laser #BEA867

Tints of Laser #BEA867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.34%

R = 41.21%
G = 36.44%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEA867 (or 0xBEA867) is known color: Laser. HEX triplet: BE, A8 and 67. RGB value is (190,168,103). Sum of RGB (Red+Green+Blue) = 190+168+103=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA867 is #415798. Grayscale: #A7A7A7. Windows color (decimal): -4282265 or 6793406. OLE color: 6793406.

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

Color convert

RGB 190 168 103 -
CMYK 0 0.12 0.46 0.25
HSL 44.83º 0.4% 0.57% -
HSV(B) 44.83º 0.46% 0.75% -
XYZ 37.69 39.93 18.55 -
YUV 167.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 190 168 103 0 0.12 0.46 0.25 44.83 0.4 0.57
Hex BE A8 67 0 C 2E 19 2D 28 39
Octal 276 250 147 0 14 56 31 55 50 71
Binary 10111110 10101000 1100111 0 1100 101110 11001 101101 101000 111001

Color Harmonies of #BEA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA867

Black with #BEA867

Text Example


Text Example

White with #BEA867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA867; }

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

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

background-color css

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

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

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

border-color css

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

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

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