Html Css Color HEX #BBA55A Laser

📋 copy color: '#BBA55A'

red 187 ◦ green 165 ◦ blue 90

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

Shades of Laser #BBA55A

Tints of Laser #BBA55A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

 BLUE value IS 90 (35.55% from 255) = 20.36%

R = 42.31%
G = 37.33%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBA55A (or 0xBBA55A) is known color: Laser. HEX triplet: BB, A5 and 5A. RGB value is (187,165,90). Sum of RGB (Red+Green+Blue) = 187+165+90=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA55A is #445AA5. Grayscale: #A3A3A3. Windows color (decimal): -4479654 or 5940667. OLE color: 5940667.

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

Color convert

RGB 187 165 90 -
CMYK 0 0.12 0.52 0.27
HSL 46.39º 0.42% 0.54% -
HSV(B) 46.39º 0.52% 0.73% -
XYZ 35.79 38.21 15.16 -
YUV 163.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 187 165 90 0 0.12 0.52 0.27 46.39 0.42 0.54
Hex BB A5 5A 0 C 34 1B 2E 2A 36
Octal 273 245 132 0 14 64 33 56 52 66
Binary 10111011 10100101 1011010 0 1100 110100 11011 101110 101010 110110

Color Harmonies of #BBA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA55A

Black with #BBA55A

Text Example


Text Example

White with #BBA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA55A; }

 p { color: rgb(187,165,90); }

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

background-color css

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

 a { background-color: rgb(187,165,90); }

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

border-color css

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

 span { border-color: rgb(187,165,90); }

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