Html Css Color HEX #BBA363 Laser

📋 copy color: '#BBA363'

red 187 ◦ green 163 ◦ blue 99

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

Shades of Laser #BBA363

Tints of Laser #BBA363

RGB

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

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

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

R = 41.65%
G = 36.3%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA363 (or 0xBBA363) is known color: Laser. HEX triplet: BB, A3 and 63. RGB value is (187,163,99). Sum of RGB (Red+Green+Blue) = 187+163+99=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA363 is #445C9C. Grayscale: #A3A3A3. Windows color (decimal): -4480157 or 6529979. OLE color: 6529979.

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

Color convert

RGB 187 163 99 -
CMYK 0 0.13 0.47 0.27
HSL 43.64º 0.39% 0.56% -
HSV(B) 43.64º 0.47% 0.73% -
XYZ 35.84 37.66 17.18 -
YUV 162.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 187 163 99 0 0.13 0.47 0.27 43.64 0.39 0.56
Hex BB A3 63 0 D 2F 1B 2C 27 38
Octal 273 243 143 0 15 57 33 54 47 70
Binary 10111011 10100011 1100011 0 1101 101111 11011 101100 100111 111000

Color Harmonies of #BBA363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA363

Black with #BBA363

Text Example


Text Example

White with #BBA363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA363; }

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

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

background-color css

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

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

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

border-color css

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

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

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