Html Css Color HEX #BBA063 Laser

📋 copy color: '#BBA063'

red 187 ◦ green 160 ◦ blue 99

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

Shades of Laser #BBA063

Tints of Laser #BBA063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.87%

 BLUE value IS 99 (39.06% from 255) = 22.2%

R = 41.93%
G = 35.87%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA063 (or 0xBBA063) is known color: Laser. HEX triplet: BB, A0 and 63. RGB value is (187,160,99). Sum of RGB (Red+Green+Blue) = 187+160+99=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA063 is #445F9C. Grayscale: #A1A1A1. Windows color (decimal): -4480925 or 6529211. OLE color: 6529211.

HSL color Cylindrical-coordinate representation of color #BBA063: hue angle of 41.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBA063 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 99 -
CMYK 0 0.14 0.47 0.27
HSL 41.59º 0.39% 0.56% -
HSV(B) 41.59º 0.47% 0.73% -
XYZ 35.32 36.61 17.01 -
YUV 161.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 187 160 99 0 0.14 0.47 0.27 41.59 0.39 0.56
Hex BB A0 63 0 E 2F 1B 2A 27 38
Octal 273 240 143 0 16 57 33 52 47 70
Binary 10111011 10100000 1100011 0 1110 101111 11011 101010 100111 111000

Color Harmonies of #BBA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA063

Black with #BBA063

Text Example


Text Example

White with #BBA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA063; }

 p { color: rgb(187,160,99); }

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

background-color css

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

 a { background-color: rgb(187,160,99); }

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

border-color css

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

 span { border-color: rgb(187,160,99); }

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