Html Css Color HEX #BBA362 Laser

📋 copy color: '#BBA362'

red 187 ◦ green 163 ◦ blue 98

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

Shades of Laser #BBA362

Tints of Laser #BBA362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 41.74%
G = 36.38%
B = 21.88%

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

#BBA362 (or 0xBBA362) is known color: Laser. HEX triplet: BB, A3 and 62. RGB value is (187,163,98). Sum of RGB (Red+Green+Blue) = 187+163+98=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA362 is #445C9D. Grayscale: #A3A3A3. Windows color (decimal): -4480158 or 6464443. OLE color: 6464443.

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

Color convert

RGB 187 163 98 -
CMYK 0 0.13 0.48 0.27
HSL 43.82º 0.4% 0.56% -
HSV(B) 43.82º 0.48% 0.73% -
XYZ 35.8 37.64 16.93 -
YUV 162.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 187 163 98 0 0.13 0.48 0.27 43.82 0.4 0.56
Hex BB A3 62 0 D 30 1B 2C 28 38
Octal 273 243 142 0 15 60 33 54 50 70
Binary 10111011 10100011 1100010 0 1101 110000 11011 101100 101000 111000

Color Harmonies of #BBA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA362

Black with #BBA362

Text Example


Text Example

White with #BBA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA362; }

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

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

background-color css

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

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

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

border-color css

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

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

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