Html Css Color HEX #BC9F58 Laser

📋 copy color: '#BC9F58'

red 188 ◦ green 159 ◦ blue 88

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

Shades of Laser #BC9F58

Tints of Laser #BC9F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.23%

R = 43.22%
G = 36.55%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC9F58 (or 0xBC9F58) is known color: Laser. HEX triplet: BC, 9F and 58. RGB value is (188,159,88). Sum of RGB (Red+Green+Blue) = 188+159+88=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F58 is #4360A7. Grayscale: #9F9F9F. Windows color (decimal): -4415656 or 5808060. OLE color: 5808060.

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

Color convert

RGB 188 159 88 -
CMYK 0 0.15 0.53 0.26
HSL 42.6º 0.43% 0.54% -
HSV(B) 42.6º 0.53% 0.74% -
XYZ 34.9 36.19 14.38 -
YUV 159.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 188 159 88 0 0.15 0.53 0.26 42.6 0.43 0.54
Hex BC 9F 58 0 F 35 1A 2B 2B 36
Octal 274 237 130 0 17 65 32 53 53 66
Binary 10111100 10011111 1011000 0 1111 110101 11010 101011 101011 110110

Color Harmonies of #BC9F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F58

Black with #BC9F58

Text Example


Text Example

White with #BC9F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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