Html Css Color HEX #BEA267 Laser

📋 copy color: '#BEA267'

red 190 ◦ green 162 ◦ blue 103

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

Shades of Laser #BEA267

Tints of Laser #BEA267

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

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

R = 41.76%
G = 35.6%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEA267 (or 0xBEA267) is known color: Laser. HEX triplet: BE, A2 and 67. RGB value is (190,162,103). Sum of RGB (Red+Green+Blue) = 190+162+103=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA267 is #415D98. Grayscale: #A3A3A3. Windows color (decimal): -4283801 or 6791870. OLE color: 6791870.

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

Color convert

RGB 190 162 103 -
CMYK 0 0.15 0.46 0.25
HSL 40.69º 0.4% 0.57% -
HSV(B) 40.69º 0.46% 0.75% -
XYZ 36.6 37.77 18.19 -
YUV 163.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 190 162 103 0 0.15 0.46 0.25 40.69 0.4 0.57
Hex BE A2 67 0 F 2E 19 29 28 39
Octal 276 242 147 0 17 56 31 51 50 71
Binary 10111110 10100010 1100111 0 1111 101110 11001 101001 101000 111001

Color Harmonies of #BEA267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA267

Black with #BEA267

Text Example


Text Example

White with #BEA267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA267; }

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

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

background-color css

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

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

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

border-color css

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

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

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