Html Css Color HEX #BFA568 Laser

📋 copy color: '#BFA568'

red 191 ◦ green 165 ◦ blue 104

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

Shades of Laser #BFA568

Tints of Laser #BFA568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.61%

R = 41.52%
G = 35.87%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFA568 (or 0xBFA568) is known color: Laser. HEX triplet: BF, A5 and 68. RGB value is (191,165,104). Sum of RGB (Red+Green+Blue) = 191+165+104=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA568 is #405A97. Grayscale: #A6A6A6. Windows color (decimal): -4217496 or 6858175. OLE color: 6858175.

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

Color convert

RGB 191 165 104 -
CMYK 0 0.14 0.46 0.25
HSL 42.07º 0.4% 0.58% -
HSV(B) 42.07º 0.46% 0.75% -
XYZ 37.44 38.99 18.65 -
YUV 165.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 191 165 104 0 0.14 0.46 0.25 42.07 0.4 0.58
Hex BF A5 68 0 E 2E 19 2A 28 3A
Octal 277 245 150 0 16 56 31 52 50 72
Binary 10111111 10100101 1101000 0 1110 101110 11001 101010 101000 111010

Color Harmonies of #BFA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA568

Black with #BFA568

Text Example


Text Example

White with #BFA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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