Html Css Color HEX #BFA858 Laser

📋 copy color: '#BFA858'

red 191 ◦ green 168 ◦ blue 88

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

Shades of Laser #BFA858

Tints of Laser #BFA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.58%

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

R = 42.73%
G = 37.58%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFA858 (or 0xBFA858) is known color: Laser. HEX triplet: BF, A8 and 58. RGB value is (191,168,88). Sum of RGB (Red+Green+Blue) = 191+168+88=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA858 is #4057A7. Grayscale: #A6A6A6. Windows color (decimal): -4216744 or 5810367. OLE color: 5810367.

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

Color convert

RGB 191 168 88 -
CMYK 0 0.12 0.54 0.25
HSL 46.6º 0.45% 0.55% -
HSV(B) 46.6º 0.54% 0.75% -
XYZ 37.25 39.79 14.95 -
YUV 165.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 191 168 88 0 0.12 0.54 0.25 46.6 0.45 0.55
Hex BF A8 58 0 C 36 19 2F 2D 37
Octal 277 250 130 0 14 66 31 57 55 67
Binary 10111111 10101000 1011000 0 1100 110110 11001 101111 101101 110111

Color Harmonies of #BFA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA858

Black with #BFA858

Text Example


Text Example

White with #BFA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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