Html Css Color HEX #BEA567 Laser

📋 copy color: '#BEA567'

red 190 ◦ green 165 ◦ blue 103

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

Shades of Laser #BEA567

Tints of Laser #BEA567

RGB

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

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

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

R = 41.48%
G = 36.03%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEA567 (or 0xBEA567) is known color: Laser. HEX triplet: BE, A5 and 67. RGB value is (190,165,103). Sum of RGB (Red+Green+Blue) = 190+165+103=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA567 is #415A98. Grayscale: #A5A5A5. Windows color (decimal): -4283033 or 6792638. OLE color: 6792638.

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

Color convert

RGB 190 165 103 -
CMYK 0 0.13 0.46 0.25
HSL 42.76º 0.4% 0.57% -
HSV(B) 42.76º 0.46% 0.75% -
XYZ 37.14 38.84 18.37 -
YUV 165.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 190 165 103 0 0.13 0.46 0.25 42.76 0.4 0.57
Hex BE A5 67 0 D 2E 19 2B 28 39
Octal 276 245 147 0 15 56 31 53 50 71
Binary 10111110 10100101 1100111 0 1101 101110 11001 101011 101000 111001

Color Harmonies of #BEA567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA567

Black with #BEA567

Text Example


Text Example

White with #BEA567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA567; }

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

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

background-color css

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

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

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

border-color css

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

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

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