Html Css Color HEX #BE9F5C Laser

📋 copy color: '#BE9F5C'

red 190 ◦ green 159 ◦ blue 92

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

Shades of Laser #BE9F5C

Tints of Laser #BE9F5C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.05%

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 43.08%
G = 36.05%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE9F5C (or 0xBE9F5C) is known color: Laser. HEX triplet: BE, 9F and 5C. RGB value is (190,159,92). Sum of RGB (Red+Green+Blue) = 190+159+92=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F5C is #4160A3. Grayscale: #A0A0A0. Windows color (decimal): -4284580 or 6070206. OLE color: 6070206.

HSL color Cylindrical-coordinate representation of color #BE9F5C: hue angle of 41.02º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE9F5C is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 159 92 -
CMYK 0 0.16 0.52 0.25
HSL 41.02º 0.43% 0.55% -
HSV(B) 41.02º 0.52% 0.75% -
XYZ 35.57 36.52 15.3 -
YUV 160.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 190 159 92 0 0.16 0.52 0.25 41.02 0.43 0.55
Hex BE 9F 5C 0 10 34 19 29 2B 37
Octal 276 237 134 0 20 64 31 51 53 67
Binary 10111110 10011111 1011100 0 10000 110100 11001 101001 101011 110111

Color Harmonies of #BE9F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F5C

Black with #BE9F5C

Text Example


Text Example

White with #BE9F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F5C; }

 p { color: rgb(190,159,92); }

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

background-color css

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

 a { background-color: rgb(190,159,92); }

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

border-color css

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

 span { border-color: rgb(190,159,92); }

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