Html Css Color HEX #BBA35D Laser

📋 copy color: '#BBA35D'

red 187 ◦ green 163 ◦ blue 93

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

Shades of Laser #BBA35D

Tints of Laser #BBA35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 42.21%
G = 36.79%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA35D (or 0xBBA35D) is known color: Laser. HEX triplet: BB, A3 and 5D. RGB value is (187,163,93). Sum of RGB (Red+Green+Blue) = 187+163+93=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA35D is #445CA2. Grayscale: #A2A2A2. Windows color (decimal): -4480163 or 6136763. OLE color: 6136763.

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

Color convert

RGB 187 163 93 -
CMYK 0 0.13 0.50 0.27
HSL 44.68º 0.41% 0.55% -
HSV(B) 44.68º 0.5% 0.73% -
XYZ 35.57 37.55 15.73 -
YUV 162.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 187 163 93 0 0.13 0.50 0.27 44.68 0.41 0.55
Hex BB A3 5D 0 D 32 1B 2D 29 37
Octal 273 243 135 0 15 62 33 55 51 67
Binary 10111011 10100011 1011101 0 1101 110010 11011 101101 101001 110111

Color Harmonies of #BBA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA35D

Black with #BBA35D

Text Example


Text Example

White with #BBA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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