Html Css Color HEX #BBA163 Laser

📋 copy color: '#BBA163'

red 187 ◦ green 161 ◦ blue 99

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

Shades of Laser #BBA163

Tints of Laser #BBA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

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

R = 41.83%
G = 36.02%
B = 22.15%

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

#BBA163 (or 0xBBA163) is known color: Laser. HEX triplet: BB, A1 and 63. RGB value is (187,161,99). Sum of RGB (Red+Green+Blue) = 187+161+99=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA163 is #445E9C. Grayscale: #A1A1A1. Windows color (decimal): -4480669 or 6529467. OLE color: 6529467.

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

Color convert

RGB 187 161 99 -
CMYK 0 0.14 0.47 0.27
HSL 42.27º 0.39% 0.56% -
HSV(B) 42.27º 0.47% 0.73% -
XYZ 35.49 36.96 17.07 -
YUV 161.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 187 161 99 0 0.14 0.47 0.27 42.27 0.39 0.56
Hex BB A1 63 0 E 2F 1B 2A 27 38
Octal 273 241 143 0 16 57 33 52 47 70
Binary 10111011 10100001 1100011 0 1110 101111 11011 101010 100111 111000

Color Harmonies of #BBA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA163

Black with #BBA163

Text Example


Text Example

White with #BBA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA163; }

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

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

background-color css

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

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

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

border-color css

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

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

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