Html Css Color HEX #BBA56B Laser

📋 copy color: '#BBA56B'

red 187 ◦ green 165 ◦ blue 107

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

Shades of Laser #BBA56B

Tints of Laser #BBA56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 40.74%
G = 35.95%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BBA56B (or 0xBBA56B) is known color: Laser. HEX triplet: BB, A5 and 6B. RGB value is (187,165,107). Sum of RGB (Red+Green+Blue) = 187+165+107=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA56B is #445A94. Grayscale: #A5A5A5. Windows color (decimal): -4479637 or 7054779. OLE color: 7054779.

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

Color convert

RGB 187 165 107 -
CMYK 0 0.12 0.43 0.27
HSL 43.5º 0.37% 0.58% -
HSV(B) 43.5º 0.43% 0.73% -
XYZ 36.6 38.54 19.42 -
YUV 164.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 187 165 107 0 0.12 0.43 0.27 43.5 0.37 0.58
Hex BB A5 6B 0 C 2B 1B 2C 25 3A
Octal 273 245 153 0 14 53 33 54 45 72
Binary 10111011 10100101 1101011 0 1100 101011 11011 101100 100101 111010

Color Harmonies of #BBA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA56B

Black with #BBA56B

Text Example


Text Example

White with #BBA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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