Html Css Color HEX #BBA259 Laser

📋 copy color: '#BBA259'

red 187 ◦ green 162 ◦ blue 89

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

Shades of Laser #BBA259

Tints of Laser #BBA259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.32%

R = 42.69%
G = 36.99%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBA259 (or 0xBBA259) is known color: Laser. HEX triplet: BB, A2 and 59. RGB value is (187,162,89). Sum of RGB (Red+Green+Blue) = 187+162+89=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA259 is #445DA6. Grayscale: #A1A1A1. Windows color (decimal): -4480423 or 5874363. OLE color: 5874363.

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

Color convert

RGB 187 162 89 -
CMYK 0 0.13 0.52 0.27
HSL 44.69º 0.42% 0.54% -
HSV(B) 44.69º 0.52% 0.73% -
XYZ 35.22 37.13 14.76 -
YUV 161.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 187 162 89 0 0.13 0.52 0.27 44.69 0.42 0.54
Hex BB A2 59 0 D 34 1B 2D 2A 36
Octal 273 242 131 0 15 64 33 55 52 66
Binary 10111011 10100010 1011001 0 1101 110100 11011 101101 101010 110110

Color Harmonies of #BBA259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA259

Black with #BBA259

Text Example


Text Example

White with #BBA259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA259; }

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

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

background-color css

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

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

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

border-color css

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

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

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