Html Css Color HEX #BCA35C Laser

📋 copy color: '#BCA35C'

red 188 ◦ green 163 ◦ blue 92

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

Shades of Laser #BCA35C

Tints of Laser #BCA35C

RGB

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

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

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

R = 42.44%
G = 36.79%
B = 20.77%

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

#BCA35C (or 0xBCA35C) is known color: Laser. HEX triplet: BC, A3 and 5C. RGB value is (188,163,92). Sum of RGB (Red+Green+Blue) = 188+163+92=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA35C is #435CA3. Grayscale: #A2A2A2. Windows color (decimal): -4414628 or 6071228. OLE color: 6071228.

HSL color Cylindrical-coordinate representation of color #BCA35C: hue angle of 44.38º degrees, saturation: 0.42, 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 #BCA35C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 92 -
CMYK 0 0.13 0.51 0.26
HSL 44.38º 0.42% 0.55% -
HSV(B) 44.38º 0.51% 0.74% -
XYZ 35.77 37.66 15.51 -
YUV 162.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 188 163 92 0 0.13 0.51 0.26 44.38 0.42 0.55
Hex BC A3 5C 0 D 33 1A 2C 2A 37
Octal 274 243 134 0 15 63 32 54 52 67
Binary 10111100 10100011 1011100 0 1101 110011 11010 101100 101010 110111

Color Harmonies of #BCA35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA35C

Black with #BCA35C

Text Example


Text Example

White with #BCA35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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