Html Css Color HEX #BCA35D Laser

📋 copy color: '#BCA35D'

red 188 ◦ green 163 ◦ blue 93

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

Shades of Laser #BCA35D

Tints of Laser #BCA35D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.71%

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 42.34%
G = 36.71%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCA35D (or 0xBCA35D) is known color: Laser. HEX triplet: BC, A3 and 5D. RGB value is (188,163,93). Sum of RGB (Red+Green+Blue) = 188+163+93=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA35D is #435CA2. Grayscale: #A2A2A2. Windows color (decimal): -4414627 or 6136764. OLE color: 6136764.

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

Color convert

RGB 188 163 93 -
CMYK 0 0.13 0.51 0.26
HSL 44.21º 0.41% 0.55% -
HSV(B) 44.21º 0.51% 0.74% -
XYZ 35.81 37.68 15.74 -
YUV 162.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 188 163 93 0 0.13 0.51 0.26 44.21 0.41 0.55
Hex BC A3 5D 0 D 33 1A 2C 29 37
Octal 274 243 135 0 15 63 32 54 51 67
Binary 10111100 10100011 1011101 0 1101 110011 11010 101100 101001 110111

Color Harmonies of #BCA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA35D

Black with #BCA35D

Text Example


Text Example

White with #BCA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA35D; }

 p { color: rgb(188,163,93); }

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

background-color css

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

 a { background-color: rgb(188,163,93); }

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

border-color css

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

 span { border-color: rgb(188,163,93); }

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