Html Css Color HEX #BC9F5A Laser

📋 copy color: '#BC9F5A'

red 188 ◦ green 159 ◦ blue 90

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

Shades of Laser #BC9F5A

Tints of Laser #BC9F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.59%

R = 43.02%
G = 36.38%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC9F5A (or 0xBC9F5A) is known color: Laser. HEX triplet: BC, 9F and 5A. RGB value is (188,159,90). Sum of RGB (Red+Green+Blue) = 188+159+90=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F5A is #4360A5. Grayscale: #A0A0A0. Windows color (decimal): -4415654 or 5939132. OLE color: 5939132.

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

Color convert

RGB 188 159 90 -
CMYK 0 0.15 0.52 0.26
HSL 42.24º 0.42% 0.55% -
HSV(B) 42.24º 0.52% 0.74% -
XYZ 34.98 36.23 14.82 -
YUV 159.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 188 159 90 0 0.15 0.52 0.26 42.24 0.42 0.55
Hex BC 9F 5A 0 F 34 1A 2A 2A 37
Octal 274 237 132 0 17 64 32 52 52 67
Binary 10111100 10011111 1011010 0 1111 110100 11010 101010 101010 110111

Color Harmonies of #BC9F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F5A

Black with #BC9F5A

Text Example


Text Example

White with #BC9F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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