Html Css Color HEX #BBA361 Laser

📋 copy color: '#BBA361'

red 187 ◦ green 163 ◦ blue 97

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

Shades of Laser #BBA361

Tints of Laser #BBA361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.7%

R = 41.83%
G = 36.47%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBA361 (or 0xBBA361) is known color: Laser. HEX triplet: BB, A3 and 61. RGB value is (187,163,97). Sum of RGB (Red+Green+Blue) = 187+163+97=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA361 is #445C9E. Grayscale: #A2A2A2. Windows color (decimal): -4480159 or 6398907. OLE color: 6398907.

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

Color convert

RGB 187 163 97 -
CMYK 0 0.13 0.48 0.27
HSL 44º 0.4% 0.56% -
HSV(B) 44º 0.48% 0.73% -
XYZ 35.75 37.62 16.69 -
YUV 162.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 187 163 97 0 0.13 0.48 0.27 44 0.4 0.56
Hex BB A3 61 0 D 30 1B 2C 28 38
Octal 273 243 141 0 15 60 33 54 50 70
Binary 10111011 10100011 1100001 0 1101 110000 11011 101100 101000 111000

Color Harmonies of #BBA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA361

Black with #BBA361

Text Example


Text Example

White with #BBA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA361; }

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

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

background-color css

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

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

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

border-color css

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

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

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