Html Css Color HEX #BBA35A Laser

📋 copy color: '#BBA35A'

red 187 ◦ green 163 ◦ blue 90

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

Shades of Laser #BBA35A

Tints of Laser #BBA35A

RGB

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

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

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

R = 42.5%
G = 37.05%
B = 20.45%

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

#BBA35A (or 0xBBA35A) is known color: Laser. HEX triplet: BB, A3 and 5A. RGB value is (187,163,90). Sum of RGB (Red+Green+Blue) = 187+163+90=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA35A is #445CA5. Grayscale: #A2A2A2. Windows color (decimal): -4480166 or 5940155. OLE color: 5940155.

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

Color convert

RGB 187 163 90 -
CMYK 0 0.13 0.52 0.27
HSL 45.15º 0.42% 0.54% -
HSV(B) 45.15º 0.52% 0.73% -
XYZ 35.44 37.5 15.04 -
YUV 161.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 187 163 90 0 0.13 0.52 0.27 45.15 0.42 0.54
Hex BB A3 5A 0 D 34 1B 2D 2A 36
Octal 273 243 132 0 15 64 33 55 52 66
Binary 10111011 10100011 1011010 0 1101 110100 11011 101101 101010 110110

Color Harmonies of #BBA35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA35A

Black with #BBA35A

Text Example


Text Example

White with #BBA35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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