Html Css Color HEX #BFA565 Laser

📋 copy color: '#BFA565'

red 191 ◦ green 165 ◦ blue 101

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

Shades of Laser #BFA565

Tints of Laser #BFA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 41.79%
G = 36.11%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFA565 (or 0xBFA565) is known color: Laser. HEX triplet: BF, A5 and 65. RGB value is (191,165,101). Sum of RGB (Red+Green+Blue) = 191+165+101=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA565 is #405A9A. Grayscale: #A5A5A5. Windows color (decimal): -4217499 or 6661567. OLE color: 6661567.

HSL color Cylindrical-coordinate representation of color #BFA565: hue angle of 42.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFA565 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 101 -
CMYK 0 0.14 0.47 0.25
HSL 42.67º 0.41% 0.57% -
HSV(B) 42.67º 0.47% 0.75% -
XYZ 37.29 38.93 17.86 -
YUV 165.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 191 165 101 0 0.14 0.47 0.25 42.67 0.41 0.57
Hex BF A5 65 0 E 2F 19 2B 29 39
Octal 277 245 145 0 16 57 31 53 51 71
Binary 10111111 10100101 1100101 0 1110 101111 11001 101011 101001 111001

Color Harmonies of #BFA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA565

Black with #BFA565

Text Example


Text Example

White with #BFA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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