Html Css Color HEX #BCA25D Laser

📋 copy color: '#BCA25D'

red 188 ◦ green 162 ◦ blue 93

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

Shades of Laser #BCA25D

Tints of Laser #BCA25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.57%

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

R = 42.44%
G = 36.57%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCA25D (or 0xBCA25D) is known color: Laser. HEX triplet: BC, A2 and 5D. RGB value is (188,162,93). Sum of RGB (Red+Green+Blue) = 188+162+93=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA25D is #435DA2. Grayscale: #A2A2A2. Windows color (decimal): -4414883 or 6136508. OLE color: 6136508.

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

Color convert

RGB 188 162 93 -
CMYK 0 0.14 0.51 0.26
HSL 43.58º 0.41% 0.55% -
HSV(B) 43.58º 0.51% 0.74% -
XYZ 35.64 37.32 15.68 -
YUV 161.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 188 162 93 0 0.14 0.51 0.26 43.58 0.41 0.55
Hex BC A2 5D 0 E 33 1A 2C 29 37
Octal 274 242 135 0 16 63 32 54 51 67
Binary 10111100 10100010 1011101 0 1110 110011 11010 101100 101001 110111

Color Harmonies of #BCA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA25D

Black with #BCA25D

Text Example


Text Example

White with #BCA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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