Html Css Color HEX #BEA76A Laser

📋 copy color: '#BEA76A'

red 190 ◦ green 167 ◦ blue 106

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

Shades of Laser #BEA76A

Tints of Laser #BEA76A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.07%

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 41.04%
G = 36.07%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEA76A (or 0xBEA76A) is known color: Laser. HEX triplet: BE, A7 and 6A. RGB value is (190,167,106). Sum of RGB (Red+Green+Blue) = 190+167+106=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA76A is #415895. Grayscale: #A7A7A7. Windows color (decimal): -4282518 or 6989758. OLE color: 6989758.

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

Color convert

RGB 190 167 106 -
CMYK 0 0.12 0.44 0.25
HSL 43.57º 0.39% 0.58% -
HSV(B) 43.57º 0.44% 0.75% -
XYZ 37.66 39.63 19.3 -
YUV 166.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 190 167 106 0 0.12 0.44 0.25 43.57 0.39 0.58
Hex BE A7 6A 0 C 2C 19 2C 27 3A
Octal 276 247 152 0 14 54 31 54 47 72
Binary 10111110 10100111 1101010 0 1100 101100 11001 101100 100111 111010

Color Harmonies of #BEA76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA76A

Black with #BEA76A

Text Example


Text Example

White with #BEA76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA76A; }

 p { color: rgb(190,167,106); }

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

background-color css

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

 a { background-color: rgb(190,167,106); }

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

border-color css

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

 span { border-color: rgb(190,167,106); }

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