Html Css Color HEX #BBA35C Laser

📋 copy color: '#BBA35C'

red 187 ◦ green 163 ◦ blue 92

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

Shades of Laser #BBA35C

Tints of Laser #BBA35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 42.31%
G = 36.88%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBA35C (or 0xBBA35C) is known color: Laser. HEX triplet: BB, A3 and 5C. RGB value is (187,163,92). Sum of RGB (Red+Green+Blue) = 187+163+92=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA35C is #445CA3. Grayscale: #A2A2A2. Windows color (decimal): -4480164 or 6071227. OLE color: 6071227.

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

Color convert

RGB 187 163 92 -
CMYK 0 0.13 0.51 0.27
HSL 44.84º 0.41% 0.55% -
HSV(B) 44.84º 0.51% 0.73% -
XYZ 35.52 37.53 15.5 -
YUV 162.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 187 163 92 0 0.13 0.51 0.27 44.84 0.41 0.55
Hex BB A3 5C 0 D 33 1B 2D 29 37
Octal 273 243 134 0 15 63 33 55 51 67
Binary 10111011 10100011 1011100 0 1101 110011 11011 101101 101001 110111

Color Harmonies of #BBA35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA35C

Black with #BBA35C

Text Example


Text Example

White with #BBA35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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