Html Css Color HEX #BCA267 Laser

📋 copy color: '#BCA267'

red 188 ◦ green 162 ◦ blue 103

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

Shades of Laser #BCA267

Tints of Laser #BCA267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.74%

R = 41.5%
G = 35.76%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCA267 (or 0xBCA267) is known color: Laser. HEX triplet: BC, A2 and 67. RGB value is (188,162,103). Sum of RGB (Red+Green+Blue) = 188+162+103=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA267 is #435D98. Grayscale: #A3A3A3. Windows color (decimal): -4414873 or 6791868. OLE color: 6791868.

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

Color convert

RGB 188 162 103 -
CMYK 0 0.14 0.45 0.26
HSL 41.65º 0.39% 0.57% -
HSV(B) 41.65º 0.45% 0.74% -
XYZ 36.11 37.51 18.17 -
YUV 163.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 188 162 103 0 0.14 0.45 0.26 41.65 0.39 0.57
Hex BC A2 67 0 E 2D 1A 2A 27 39
Octal 274 242 147 0 16 55 32 52 47 71
Binary 10111100 10100010 1100111 0 1110 101101 11010 101010 100111 111001

Color Harmonies of #BCA267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA267

Black with #BCA267

Text Example


Text Example

White with #BCA267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA267; }

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

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

background-color css

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

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

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

border-color css

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

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

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