Html Css Color HEX #BFA758 Laser

📋 copy color: '#BFA758'

red 191 ◦ green 167 ◦ blue 88

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

Shades of Laser #BFA758

Tints of Laser #BFA758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.44%

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

R = 42.83%
G = 37.44%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFA758 (or 0xBFA758) is known color: Laser. HEX triplet: BF, A7 and 58. RGB value is (191,167,88). Sum of RGB (Red+Green+Blue) = 191+167+88=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA758 is #4058A7. Grayscale: #A5A5A5. Windows color (decimal): -4217000 or 5810111. OLE color: 5810111.

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

Color convert

RGB 191 167 88 -
CMYK 0 0.13 0.54 0.25
HSL 46.02º 0.45% 0.55% -
HSV(B) 46.02º 0.54% 0.75% -
XYZ 37.07 39.42 14.89 -
YUV 165.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 191 167 88 0 0.13 0.54 0.25 46.02 0.45 0.55
Hex BF A7 58 0 D 36 19 2E 2D 37
Octal 277 247 130 0 15 66 31 56 55 67
Binary 10111111 10100111 1011000 0 1101 110110 11001 101110 101101 110111

Color Harmonies of #BFA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA758

Black with #BFA758

Text Example


Text Example

White with #BFA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA758; }

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

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

background-color css

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

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

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

border-color css

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

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

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