Html Css Color HEX #BBA262 Laser

📋 copy color: '#BBA262'

red 187 ◦ green 162 ◦ blue 98

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

Shades of Laser #BBA262

Tints of Laser #BBA262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

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

R = 41.83%
G = 36.24%
B = 21.92%

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

#BBA262 (or 0xBBA262) is known color: Laser. HEX triplet: BB, A2 and 62. RGB value is (187,162,98). Sum of RGB (Red+Green+Blue) = 187+162+98=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA262 is #445D9D. Grayscale: #A2A2A2. Windows color (decimal): -4480414 or 6464187. OLE color: 6464187.

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

Color convert

RGB 187 162 98 -
CMYK 0 0.13 0.48 0.27
HSL 43.15º 0.4% 0.56% -
HSV(B) 43.15º 0.48% 0.73% -
XYZ 35.62 37.29 16.88 -
YUV 162.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 187 162 98 0 0.13 0.48 0.27 43.15 0.4 0.56
Hex BB A2 62 0 D 30 1B 2B 28 38
Octal 273 242 142 0 15 60 33 53 50 70
Binary 10111011 10100010 1100010 0 1101 110000 11011 101011 101000 111000

Color Harmonies of #BBA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA262

Black with #BBA262

Text Example


Text Example

White with #BBA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA262; }

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

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

background-color css

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

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

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

border-color css

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

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

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