Html Css Color HEX #BCA367 Laser

📋 copy color: '#BCA367'

red 188 ◦ green 163 ◦ blue 103

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

Shades of Laser #BCA367

Tints of Laser #BCA367

RGB

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

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

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

R = 41.41%
G = 35.9%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCA367 (or 0xBCA367) is known color: Laser. HEX triplet: BC, A3 and 67. RGB value is (188,163,103). Sum of RGB (Red+Green+Blue) = 188+163+103=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA367 is #435C98. Grayscale: #A3A3A3. Windows color (decimal): -4414617 or 6792124. OLE color: 6792124.

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

Color convert

RGB 188 163 103 -
CMYK 0 0.13 0.45 0.26
HSL 42.35º 0.39% 0.57% -
HSV(B) 42.35º 0.45% 0.74% -
XYZ 36.28 37.87 18.23 -
YUV 163.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 188 163 103 0 0.13 0.45 0.26 42.35 0.39 0.57
Hex BC A3 67 0 D 2D 1A 2A 27 39
Octal 274 243 147 0 15 55 32 52 47 71
Binary 10111100 10100011 1100111 0 1101 101101 11010 101010 100111 111001

Color Harmonies of #BCA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA367

Black with #BCA367

Text Example


Text Example

White with #BCA367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA367; }

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

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

background-color css

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

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

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

border-color css

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

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

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