Html Css Color HEX #BCA669 Laser

📋 copy color: '#BCA669'

red 188 ◦ green 166 ◦ blue 105

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

Shades of Laser #BCA669

Tints of Laser #BCA669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 40.96%
G = 36.17%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCA669 (or 0xBCA669) is known color: Laser. HEX triplet: BC, A6 and 69. RGB value is (188,166,105). Sum of RGB (Red+Green+Blue) = 188+166+105=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA669 is #435996. Grayscale: #A5A5A5. Windows color (decimal): -4413847 or 6923964. OLE color: 6923964.

HSL color Cylindrical-coordinate representation of color #BCA669: hue angle of 44.1º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCA669 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 105 -
CMYK 0 0.12 0.44 0.26
HSL 44.1º 0.38% 0.57% -
HSV(B) 44.1º 0.44% 0.74% -
XYZ 36.93 38.98 18.94 -
YUV 165.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 188 166 105 0 0.12 0.44 0.26 44.1 0.38 0.57
Hex BC A6 69 0 C 2C 1A 2C 26 39
Octal 274 246 151 0 14 54 32 54 46 71
Binary 10111100 10100110 1101001 0 1100 101100 11010 101100 100110 111001

Color Harmonies of #BCA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA669

Black with #BCA669

Text Example


Text Example

White with #BCA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA669; }

 p { color: rgb(188,166,105); }

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

background-color css

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

 a { background-color: rgb(188,166,105); }

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

border-color css

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

 span { border-color: rgb(188,166,105); }

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