Html Css Color HEX #BBA261 Laser

📋 copy color: '#BBA261'

red 187 ◦ green 162 ◦ blue 97

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

Shades of Laser #BBA261

Tints of Laser #BBA261

RGB

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

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

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

R = 41.93%
G = 36.32%
B = 21.75%

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

#BBA261 (or 0xBBA261) is known color: Laser. HEX triplet: BB, A2 and 61. RGB value is (187,162,97). Sum of RGB (Red+Green+Blue) = 187+162+97=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA261 is #445D9E. Grayscale: #A2A2A2. Windows color (decimal): -4480415 or 6398651. OLE color: 6398651.

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

Color convert

RGB 187 162 97 -
CMYK 0 0.13 0.48 0.27
HSL 43.33º 0.4% 0.56% -
HSV(B) 43.33º 0.48% 0.73% -
XYZ 35.57 37.27 16.63 -
YUV 162.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 187 162 97 0 0.13 0.48 0.27 43.33 0.4 0.56
Hex BB A2 61 0 D 30 1B 2B 28 38
Octal 273 242 141 0 15 60 33 53 50 70
Binary 10111011 10100010 1100001 0 1101 110000 11011 101011 101000 111000

Color Harmonies of #BBA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA261

Black with #BBA261

Text Example


Text Example

White with #BBA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA261; }

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

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

background-color css

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

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

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

border-color css

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

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

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