Html Css Color HEX #BFA458 Laser

📋 copy color: '#BFA458'

red 191 ◦ green 164 ◦ blue 88

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

Shades of Laser #BFA458

Tints of Laser #BFA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.02%

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

R = 43.12%
G = 37.02%
B = 19.86%

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

#BFA458 (or 0xBFA458) is known color: Laser. HEX triplet: BF, A4 and 58. RGB value is (191,164,88). Sum of RGB (Red+Green+Blue) = 191+164+88=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA458 is #405BA7. Grayscale: #A3A3A3. Windows color (decimal): -4217768 or 5809343. OLE color: 5809343.

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

Color convert

RGB 191 164 88 -
CMYK 0 0.14 0.54 0.25
HSL 44.27º 0.45% 0.55% -
HSV(B) 44.27º 0.54% 0.75% -
XYZ 36.52 38.33 14.71 -
YUV 163.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 191 164 88 0 0.14 0.54 0.25 44.27 0.45 0.55
Hex BF A4 58 0 E 36 19 2C 2D 37
Octal 277 244 130 0 16 66 31 54 55 67
Binary 10111111 10100100 1011000 0 1110 110110 11001 101100 101101 110111

Color Harmonies of #BFA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA458

Black with #BFA458

Text Example


Text Example

White with #BFA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA458; }

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

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

background-color css

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

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

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

border-color css

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

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

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