Html Css Color HEX #BFA259 Laser

📋 copy color: '#BFA259'

red 191 ◦ green 162 ◦ blue 89

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

Shades of Laser #BFA259

Tints of Laser #BFA259

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.65%

 BLUE value IS 89 (35.16% from 255) = 20.14%

R = 43.21%
G = 36.65%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFA259 (or 0xBFA259) is known color: Laser. HEX triplet: BF, A2 and 59. RGB value is (191,162,89). Sum of RGB (Red+Green+Blue) = 191+162+89=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA259 is #405DA6. Grayscale: #A2A2A2. Windows color (decimal): -4218279 or 5874367. OLE color: 5874367.

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

Color convert

RGB 191 162 89 -
CMYK 0 0.15 0.53 0.25
HSL 42.94º 0.44% 0.55% -
HSV(B) 42.94º 0.53% 0.75% -
XYZ 36.21 37.64 14.81 -
YUV 162.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 191 162 89 0 0.15 0.53 0.25 42.94 0.44 0.55
Hex BF A2 59 0 F 35 19 2B 2C 37
Octal 277 242 131 0 17 65 31 53 54 67
Binary 10111111 10100010 1011001 0 1111 110101 11001 101011 101100 110111

Color Harmonies of #BFA259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA259

Black with #BFA259

Text Example


Text Example

White with #BFA259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA259; }

 p { color: rgb(191,162,89); }

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

background-color css

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

 a { background-color: rgb(191,162,89); }

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

border-color css

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

 span { border-color: rgb(191,162,89); }

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