Html Css Color HEX #BBA360 Laser

📋 copy color: '#BBA360'

red 187 ◦ green 163 ◦ blue 96

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

Shades of Laser #BBA360

Tints of Laser #BBA360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 41.93%
G = 36.55%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBA360 (or 0xBBA360) is known color: Laser. HEX triplet: BB, A3 and 60. RGB value is (187,163,96). Sum of RGB (Red+Green+Blue) = 187+163+96=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA360 is #445C9F. Grayscale: #A2A2A2. Windows color (decimal): -4480160 or 6333371. OLE color: 6333371.

HSL color Cylindrical-coordinate representation of color #BBA360: hue angle of 44.18º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBA360 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 96 -
CMYK 0 0.13 0.49 0.27
HSL 44.18º 0.4% 0.55% -
HSV(B) 44.18º 0.49% 0.73% -
XYZ 35.7 37.6 16.44 -
YUV 162.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 187 163 96 0 0.13 0.49 0.27 44.18 0.4 0.55
Hex BB A3 60 0 D 31 1B 2C 28 37
Octal 273 243 140 0 15 61 33 54 50 67
Binary 10111011 10100011 1100000 0 1101 110001 11011 101100 101000 110111

Color Harmonies of #BBA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA360

Black with #BBA360

Text Example


Text Example

White with #BBA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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