Html Css Color HEX #BBA365 Laser

📋 copy color: '#BBA365'

red 187 ◦ green 163 ◦ blue 101

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

Shades of Laser #BBA365

Tints of Laser #BBA365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.39%

R = 41.46%
G = 36.14%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBA365 (or 0xBBA365) is known color: Laser. HEX triplet: BB, A3 and 65. RGB value is (187,163,101). Sum of RGB (Red+Green+Blue) = 187+163+101=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA365 is #445C9A. Grayscale: #A3A3A3. Windows color (decimal): -4480155 or 6661051. OLE color: 6661051.

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

Color convert

RGB 187 163 101 -
CMYK 0 0.13 0.46 0.27
HSL 43.26º 0.39% 0.56% -
HSV(B) 43.26º 0.46% 0.73% -
XYZ 35.94 37.7 17.69 -
YUV 163.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 187 163 101 0 0.13 0.46 0.27 43.26 0.39 0.56
Hex BB A3 65 0 D 2E 1B 2B 27 38
Octal 273 243 145 0 15 56 33 53 47 70
Binary 10111011 10100011 1100101 0 1101 101110 11011 101011 100111 111000

Color Harmonies of #BBA365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA365

Black with #BBA365

Text Example


Text Example

White with #BBA365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA365; }

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

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

background-color css

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

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

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

border-color css

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

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

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