Html Css Color HEX #BCA469 Laser

📋 copy color: '#BCA469'

red 188 ◦ green 164 ◦ blue 105

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

Shades of Laser #BCA469

Tints of Laser #BCA469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

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

R = 41.14%
G = 35.89%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCA469 (or 0xBCA469) is known color: Laser. HEX triplet: BC, A4 and 69. RGB value is (188,164,105). Sum of RGB (Red+Green+Blue) = 188+164+105=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA469 is #435B96. Grayscale: #A4A4A4. Windows color (decimal): -4414359 or 6923452. OLE color: 6923452.

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

Color convert

RGB 188 164 105 -
CMYK 0 0.13 0.44 0.26
HSL 42.65º 0.38% 0.57% -
HSV(B) 42.65º 0.44% 0.74% -
XYZ 36.56 38.26 18.82 -
YUV 164.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 188 164 105 0 0.13 0.44 0.26 42.65 0.38 0.57
Hex BC A4 69 0 D 2C 1A 2B 26 39
Octal 274 244 151 0 15 54 32 53 46 71
Binary 10111100 10100100 1101001 0 1101 101100 11010 101011 100110 111001

Color Harmonies of #BCA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA469

Black with #BCA469

Text Example


Text Example

White with #BCA469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA469; }

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

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

background-color css

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

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

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

border-color css

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

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

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