Html Css Color HEX #BBA56C Laser

📋 copy color: '#BBA56C'

red 187 ◦ green 165 ◦ blue 108

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

Shades of Laser #BBA56C

Tints of Laser #BBA56C

RGB

 RED value IS 187 (73.44% from 255) = 40.65%

 GREEN value IS 165 (64.84% from 255) = 35.87%

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 40.65%
G = 35.87%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBA56C (or 0xBBA56C) is known color: Laser. HEX triplet: BB, A5 and 6C. RGB value is (187,165,108). Sum of RGB (Red+Green+Blue) = 187+165+108=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA56C is #445A93. Grayscale: #A5A5A5. Windows color (decimal): -4479636 or 7120315. OLE color: 7120315.

HSL color Cylindrical-coordinate representation of color #BBA56C: hue angle of 43.29º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBA56C is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 108 -
CMYK 0 0.12 0.42 0.27
HSL 43.29º 0.37% 0.58% -
HSV(B) 43.29º 0.42% 0.73% -
XYZ 36.66 38.56 19.7 -
YUV 165.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 187 165 108 0 0.12 0.42 0.27 43.29 0.37 0.58
Hex BB A5 6C 0 C 2A 1B 2B 25 3A
Octal 273 245 154 0 14 52 33 53 45 72
Binary 10111011 10100101 1101100 0 1100 101010 11011 101011 100101 111010

Color Harmonies of #BBA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA56C

Black with #BBA56C

Text Example


Text Example

White with #BBA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA56C; }

 p { color: rgb(187,165,108); }

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

background-color css

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

 a { background-color: rgb(187,165,108); }

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

border-color css

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

 span { border-color: rgb(187,165,108); }

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