Html Css Color HEX #BFA558 Laser

📋 copy color: '#BFA558'

red 191 ◦ green 165 ◦ blue 88

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

Shades of Laser #BFA558

Tints of Laser #BFA558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 43.02%
G = 37.16%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFA558 (or 0xBFA558) is known color: Laser. HEX triplet: BF, A5 and 58. RGB value is (191,165,88). Sum of RGB (Red+Green+Blue) = 191+165+88=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA558 is #405AA7. Grayscale: #A4A4A4. Windows color (decimal): -4217512 or 5809599. OLE color: 5809599.

HSL color Cylindrical-coordinate representation of color #BFA558: hue angle of 44.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 #BFA558 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 88 -
CMYK 0 0.14 0.54 0.25
HSL 44.85º 0.45% 0.55% -
HSV(B) 44.85º 0.54% 0.75% -
XYZ 36.7 38.69 14.77 -
YUV 164 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 191 165 88 0 0.14 0.54 0.25 44.85 0.45 0.55
Hex BF A5 58 0 E 36 19 2D 2D 37
Octal 277 245 130 0 16 66 31 55 55 67
Binary 10111111 10100101 1011000 0 1110 110110 11001 101101 101101 110111

Color Harmonies of #BFA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA558

Black with #BFA558

Text Example


Text Example

White with #BFA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA558; }

 p { color: rgb(191,165,88); }

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

background-color css

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

 a { background-color: rgb(191,165,88); }

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

border-color css

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

 span { border-color: rgb(191,165,88); }

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