Html Css Color HEX #BBA35B Laser

📋 copy color: '#BBA35B'

red 187 ◦ green 163 ◦ blue 91

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

Shades of Laser #BBA35B

Tints of Laser #BBA35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.63%

R = 42.4%
G = 36.96%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBA35B (or 0xBBA35B) is known color: Laser. HEX triplet: BB, A3 and 5B. RGB value is (187,163,91). Sum of RGB (Red+Green+Blue) = 187+163+91=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA35B is #445CA4. Grayscale: #A2A2A2. Windows color (decimal): -4480165 or 6005691. OLE color: 6005691.

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

Color convert

RGB 187 163 91 -
CMYK 0 0.13 0.51 0.27
HSL 45º 0.41% 0.55% -
HSV(B) 45º 0.51% 0.73% -
XYZ 35.48 37.51 15.27 -
YUV 161.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 187 163 91 0 0.13 0.51 0.27 45 0.41 0.55
Hex BB A3 5B 0 D 33 1B 2D 29 37
Octal 273 243 133 0 15 63 33 55 51 67
Binary 10111011 10100011 1011011 0 1101 110011 11011 101101 101001 110111

Color Harmonies of #BBA35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA35B

Black with #BBA35B

Text Example


Text Example

White with #BBA35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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