Html Css Color HEX #BFA357 Laser

📋 copy color: '#BFA357'

red 191 ◦ green 163 ◦ blue 87

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

Shades of Laser #BFA357

Tints of Laser #BFA357

RGB

 RED value IS 191 (75% from 255) = 43.31%

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

 BLUE value IS 87 (34.38% from 255) = 19.73%

R = 43.31%
G = 36.96%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFA357 (or 0xBFA357) is known color: Laser. HEX triplet: BF, A3 and 57. RGB value is (191,163,87). Sum of RGB (Red+Green+Blue) = 191+163+87=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA357 is #405CA8. Grayscale: #A3A3A3. Windows color (decimal): -4218025 or 5743551. OLE color: 5743551.

HSL color Cylindrical-coordinate representation of color #BFA357: hue angle of 43.85º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFA357 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 163 87 -
CMYK 0 0.15 0.54 0.25
HSL 43.85º 0.45% 0.55% -
HSV(B) 43.85º 0.54% 0.75% -
XYZ 36.3 37.96 14.43 -
YUV 162.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 191 163 87 0 0.15 0.54 0.25 43.85 0.45 0.55
Hex BF A3 57 0 F 36 19 2C 2D 37
Octal 277 243 127 0 17 66 31 54 55 67
Binary 10111111 10100011 1010111 0 1111 110110 11001 101100 101101 110111

Color Harmonies of #BFA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA357

Black with #BFA357

Text Example


Text Example

White with #BFA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA357; }

 p { color: rgb(191,163,87); }

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

background-color css

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

 a { background-color: rgb(191,163,87); }

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

border-color css

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

 span { border-color: rgb(191,163,87); }

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