Html Css Color HEX #BC9F62 Laser

📋 copy color: '#BC9F62'

red 188 ◦ green 159 ◦ blue 98

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

Shades of Laser #BC9F62

Tints of Laser #BC9F62

RGB

 RED value IS 188 (73.83% from 255) = 42.25%

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

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 42.25%
G = 35.73%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC9F62 (or 0xBC9F62) is known color: Laser. HEX triplet: BC, 9F and 62. RGB value is (188,159,98). Sum of RGB (Red+Green+Blue) = 188+159+98=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F62 is #43609D. Grayscale: #A0A0A0. Windows color (decimal): -4415646 or 6463420. OLE color: 6463420.

HSL color Cylindrical-coordinate representation of color #BC9F62: hue angle of 40.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC9F62 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 98 -
CMYK 0 0.15 0.48 0.26
HSL 40.67º 0.4% 0.56% -
HSV(B) 40.67º 0.48% 0.74% -
XYZ 35.34 36.37 16.71 -
YUV 160.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 188 159 98 0 0.15 0.48 0.26 40.67 0.4 0.56
Hex BC 9F 62 0 F 30 1A 29 28 38
Octal 274 237 142 0 17 60 32 51 50 70
Binary 10111100 10011111 1100010 0 1111 110000 11010 101001 101000 111000

Color Harmonies of #BC9F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F62

Black with #BC9F62

Text Example


Text Example

White with #BC9F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F62; }

 p { color: rgb(188,159,98); }

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

background-color css

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

 a { background-color: rgb(188,159,98); }

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

border-color css

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

 span { border-color: rgb(188,159,98); }

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