Html Css Color HEX #BEA367 Laser

📋 copy color: '#BEA367'

red 190 ◦ green 163 ◦ blue 103

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

Shades of Laser #BEA367

Tints of Laser #BEA367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.75%

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

R = 41.67%
G = 35.75%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEA367 (or 0xBEA367) is known color: Laser. HEX triplet: BE, A3 and 67. RGB value is (190,163,103). Sum of RGB (Red+Green+Blue) = 190+163+103=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA367 is #415C98. Grayscale: #A4A4A4. Windows color (decimal): -4283545 or 6792126. OLE color: 6792126.

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

Color convert

RGB 190 163 103 -
CMYK 0 0.14 0.46 0.25
HSL 41.38º 0.4% 0.57% -
HSV(B) 41.38º 0.46% 0.75% -
XYZ 36.78 38.12 18.25 -
YUV 164.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 190 163 103 0 0.14 0.46 0.25 41.38 0.4 0.57
Hex BE A3 67 0 E 2E 19 29 28 39
Octal 276 243 147 0 16 56 31 51 50 71
Binary 10111110 10100011 1100111 0 1110 101110 11001 101001 101000 111001

Color Harmonies of #BEA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA367

Black with #BEA367

Text Example


Text Example

White with #BEA367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA367; }

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

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

background-color css

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

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

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

border-color css

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

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

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