Html Css Color HEX #BBA56D Laser

📋 copy color: '#BBA56D'

red 187 ◦ green 165 ◦ blue 109

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

Shades of Laser #BBA56D

Tints of Laser #BBA56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 40.56%
G = 35.79%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBA56D (or 0xBBA56D) is known color: Laser. HEX triplet: BB, A5 and 6D. RGB value is (187,165,109). Sum of RGB (Red+Green+Blue) = 187+165+109=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA56D is #445A92. Grayscale: #A5A5A5. Windows color (decimal): -4479635 or 7185851. OLE color: 7185851.

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

Color convert

RGB 187 165 109 -
CMYK 0 0.12 0.42 0.27
HSL 43.08º 0.36% 0.58% -
HSV(B) 43.08º 0.42% 0.73% -
XYZ 36.71 38.58 19.98 -
YUV 165.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 187 165 109 0 0.12 0.42 0.27 43.08 0.36 0.58
Hex BB A5 6D 0 C 2A 1B 2B 24 3A
Octal 273 245 155 0 14 52 33 53 44 72
Binary 10111011 10100101 1101101 0 1100 101010 11011 101011 100100 111010

Color Harmonies of #BBA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA56D

Black with #BBA56D

Text Example


Text Example

White with #BBA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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